MCPcopy 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
129void TextureManager::BaseRegion::SetTexture(ref_ptr<Texture> texture)
130{
131 m_texture = std::move(texture);
132}
133
134m2::PointF TextureManager::BaseRegion::GetPixelSize() const
135{

Callers 2

GetRegionBaseMethod · 0.45
ShapeSingleTextLineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected