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

Method InvalidateRect

libs/drape_frontend/drape_engine.cpp:384–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384void DrapeEngine::InvalidateRect(m2::RectD const & rect)
385{
386 m_threadCommutator->PostMessage(ThreadsCommutator::RenderThread, make_unique_dp<InvalidateRectMessage>(rect),
387 MessagePriority::High);
388}
389
390void DrapeEngine::UpdateMapStyle()
391{

Callers

nothing calls this directly

Calls 1

PostMessageMethod · 0.45

Tested by

no test coverage detected