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

Method IsValid

libs/drape/texture_manager.cpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117TextureManager::BaseRegion::BaseRegion() : m_info(nullptr), m_texture(nullptr) {}
118
119bool TextureManager::BaseRegion::IsValid() const
120{
121 return m_info != nullptr && m_texture != nullptr;
122}
123
124void TextureManager::BaseRegion::SetResourceInfo(ref_ptr<Texture::ResourceInfo> info)
125{

Callers 6

GetRegionBaseMethod · 0.45
ShapeSingleTextLineMethod · 0.45
InsertHandleMethod · 0.45
SelectMethod · 0.45
PopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected