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

Function CheckMaxScale

libs/drape_frontend/screen_operations.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58bool CheckMaxScale(ScreenBase const & screen)
59{
60 VisualParams const & p = VisualParams::Instance();
61 return CheckMaxScale(screen, p.GetTileSize(), p.GetVisualScale());
62}
63
64bool CheckMaxScale(ScreenBase const & screen, uint32_t tileSize, double visualScale)
65{

Callers 3

ApplyScaleFunction · 0.85
SetFromScreenMethod · 0.85
ScaleImplMethod · 0.85

Calls 4

GetDrawTileScaleFunction · 0.85
GetUpperStyleScaleFunction · 0.85
GetTileSizeMethod · 0.80
GetVisualScaleMethod · 0.80

Tested by

no test coverage detected