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

Method GetHeight

libs/drape/texture.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47uint32_t Texture::GetHeight() const
48{
49 ASSERT(m_hwTexture != nullptr, ());
50 return m_hwTexture->GetHeight();
51}
52
53float Texture::GetS(uint32_t x) const
54{

Callers 5

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

Calls 1

ASSERTFunction · 0.85

Tested by

no test coverage detected