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

Function GetArrowTextureRegion

libs/drape_frontend/route_shape.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34float constexpr kDepthPerSubroute = 200.0f;
35
36void GetArrowTextureRegion(ref_ptr<dp::TextureManager> textures, dp::TextureManager::SymbolRegion & region)
37{
38 textures->GetSymbolRegion("route-arrow", region);
39}
40
41void CalculatePoints(m2::PolylineD const & polyline, double start, double end, std::vector<m2::PointD> & result)
42{

Callers 1

CacheRouteArrowsMethod · 0.85

Calls 1

GetSymbolRegionMethod · 0.80

Tested by

no test coverage detected