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

Method OnSize

libs/geometry/screenbase.cpp:206–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void ScreenBase::OnSize(m2::RectI const & r)
207{
208 m_ViewportRect = m2::RectD(r);
209 UpdateDependentParameters();
210}
211
212void ScreenBase::OnSize(int x0, int y0, int w, int h)
213{

Callers 2

check_set_from_rectFunction · 0.45
UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

check_set_from_rectFunction · 0.36
UNIT_TESTFunction · 0.36