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

Method GetStippleRegion

libs/drape/texture_manager.cpp:484–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482}
483
484void TextureManager::GetStippleRegion(PenPatternT const & pen, StippleRegion & region)
485{
486 CHECK(m_isInitialized, ());
487 GetRegionBase(make_ref(m_stipplePenTexture), region, StipplePenKey(pen));
488}
489
490void TextureManager::GetColorRegion(Color const & color, ColorRegion & region)
491{

Callers 1

PrepareMethod · 0.80

Calls 2

make_refFunction · 0.85
StipplePenKeyClass · 0.85

Tested by

no test coverage detected