Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ SetTexture
Method
SetTexture
libs/drape/texture_manager.cpp:129–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
void TextureManager::BaseRegion::SetTexture(ref_ptr<Texture> texture)
130
{
131
m_texture = std::move(texture);
132
}
133
134
m2::PointF TextureManager::BaseRegion::GetPixelSize() const
135
{
Callers
2
GetRegionBase
Method · 0.45
ShapeSingleTextLine
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected