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

Method GetWidth

libs/drape/texture.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41uint32_t Texture::GetWidth() const
42{
43 ASSERT(m_hwTexture != nullptr, ());
44 return m_hwTexture->GetWidth();
45}
46
47uint32_t Texture::GetHeight() const
48{

Callers 4

GetPixelSizeMethod · 0.45
InitMethod · 0.45
InitStipplePenMethod · 0.45
SetSizeMethod · 0.45

Calls 1

ASSERTFunction · 0.85

Tested by

no test coverage detected