Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
uint32_t Texture::GetWidth() const
42
{
43
ASSERT(m_hwTexture != nullptr, ());
44
return m_hwTexture->GetWidth();
45
}
46
47
uint32_t Texture::GetHeight() const
48
{
Callers
4
GetPixelSize
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