Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
uint32_t Texture::GetHeight() const
48
{
49
ASSERT(m_hwTexture != nullptr, ());
50
return m_hwTexture->GetHeight();
51
}
52
53
float Texture::GetS(uint32_t x) const
54
{
Callers
5
GetPixelSize
Method · 0.45
GetPixelHeight
Method · 0.45
Init
Method · 0.45
InitStipplePen
Method · 0.45
SetSize
Method · 0.45
Calls
1
ASSERT
Function · 0.85
Tested by
no test coverage detected