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

Method GetArrowTexture

libs/drape/texture_manager.cpp:608–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606}
607
608ref_ptr<Texture> TextureManager::GetArrowTexture() const
609{
610 CHECK(m_isInitialized, ());
611 if (m_newArrowTexture)
612 return make_ref(m_newArrowTexture);
613
614 return make_ref(m_arrowTexture);
615}
616
617ref_ptr<Texture> TextureManager::GetSMAAAreaTexture() const
618{

Callers 2

PreloadMeshMethod · 0.80
Arrow3dMethod · 0.80

Calls 1

make_refFunction · 0.85

Tested by

no test coverage detected