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

Method GetScaleThreshold

libs/drape_frontend/visual_params.cpp:145–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145double VisualParams::GetScaleThreshold() const
146{
147 ASSERT_INITED;
148 double constexpr kScaleThresholdInPixels = 2.0;
149 return kScaleThresholdInPixels * GetVisualScale();
150}
151
152VisualParams::GlyphVisualParams const & VisualParams::GetGlyphVisualParams() const
153{

Callers 1

DoScaleMethod · 0.80

Calls 1

GetVisualScaleFunction · 0.85

Tested by

no test coverage detected