MCPcopy Create free account
hub / github.com/comaps/comaps / BeginUpdateOverlayTree

Method BeginUpdateOverlayTree

libs/drape_frontend/frontend_renderer.cpp:1351–1355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1349}
1350
1351void FrontendRenderer::BeginUpdateOverlayTree(ScreenBase const & modelView)
1352{
1353 if (m_overlayTree->Frame())
1354 m_overlayTree->StartOverlayPlacing(modelView, GetCurrentZoom());
1355}
1356
1357void FrontendRenderer::UpdateOverlayTree(ScreenBase const & modelView, drape_ptr<RenderGroup> & renderGroup)
1358{

Callers

nothing calls this directly

Calls 2

FrameMethod · 0.80
StartOverlayPlacingMethod · 0.80

Tested by

no test coverage detected