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