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

Method OnRecoverSurface

libs/map/framework.cpp:1600–1614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1598}
1599
1600void Framework::OnRecoverSurface(int width, int height, bool recreateContextDependentResources)
1601{
1602 if (m_drapeEngine)
1603 {
1604 m_drapeEngine->RecoverSurface(width, height, recreateContextDependentResources);
1605
1606 InvalidateUserMarks();
1607
1608 m_drapeApi.Invalidate();
1609 }
1610
1611 m_trafficManager.OnRecoverSurface();
1612 m_transitManager.Invalidate();
1613 m_isolinesManager.Invalidate();
1614}
1615
1616void Framework::OnDestroySurface()
1617{

Callers 1

AttachSurfaceMethod · 0.45

Calls 2

RecoverSurfaceMethod · 0.80
InvalidateMethod · 0.45

Tested by

no test coverage detected