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

Method GetSymbolRegion

libs/drape/texture_manager.cpp:478–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478void TextureManager::GetSymbolRegion(std::string const & symbolName, SymbolRegion & region)
479{
480 if (!GetSymbolRegionSafe(symbolName, region))
481 LOG(LWARNING, ("Detected using of unknown symbol ", symbolName));
482}
483
484void TextureManager::GetStippleRegion(PenPatternT const & pen, StippleRegion & region)
485{

Callers 11

CacheUserMarksFunction · 0.80
DrawMethod · 0.80
GetArrowTextureRegionFunction · 0.80
ProcessPointRulesMethod · 0.80
DrawMethod · 0.80
AcceptMessageMethod · 0.80
CachePointPositionMethod · 0.80
DrawMethod · 0.80
DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected