Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
206
void ScreenBase::OnSize(m2::RectI const & r)
207
{
208
m_ViewportRect = m2::RectD(r);
209
UpdateDependentParameters();
210
}
211
212
void ScreenBase::OnSize(int x0, int y0, int w, int h)
213
{
Callers
2
check_set_from_rect
Function · 0.45
UNIT_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
2
check_set_from_rect
Function · 0.36
UNIT_TEST
Function · 0.36