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

Method SetSurfaceSize

libs/drape_frontend/gui/drape_gui.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void DrapeGui::SetSurfaceSize(m2::PointF const & size)
45{
46 std::lock_guard<std::mutex> lock(m_surfaceSizeMutex);
47 m_surfaceSize = size;
48}
49
50m2::PointF DrapeGui::GetSurfaceSize() const
51{

Callers 2

DrapeEngineMethod · 0.80
ResizeImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected