Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ GetWidth
Function
GetWidth
engine/dlib/src/dlib/image.cpp:147–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
uint32_t GetWidth(HImage image)
148
{
149
return image->m_Width;
150
}
151
152
uint32_t GetHeight(HImage image)
153
{
Callers
1
TEST
Function · 0.50
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.40