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

Method GetMaskPixelSize

libs/drape/texture_manager.cpp:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162m2::PointU TextureManager::StippleRegion::GetMaskPixelSize() const
163{
164 ASSERT(m_info->GetType() == Texture::ResourceType::StipplePen, ());
165 return ref_ptr<StipplePenResourceInfo>(m_info)->GetMaskPixelSize();
166}
167
168void TextureManager::Release()
169{

Callers 1

TextureCoordGeneratorMethod · 0.45

Calls 2

ASSERTFunction · 0.85
GetTypeMethod · 0.45

Tested by

no test coverage detected