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

Method EnableCaching

libs/drape/overlay_handle.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46{}
47
48void OverlayHandle::EnableCaching(bool enable)
49{
50 m_caching = enable;
51 m_extendedShapeDirty = true;
52 m_extendedRectDirty = true;
53}
54
55m2::PointD OverlayHandle::GetPivot(ScreenBase const & screen, bool perspective) const
56{

Callers 2

AddMethod · 0.80
EndOverlayPlacingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected