Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ getFrameHeight
Method
getFrameHeight
core/base/NinePatchImageParser.cpp:50–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
int NinePatchImageParser::getFrameHeight() const
51
{
52
if (_isRotated)
53
{
54
return _imageFrame.size.width;
55
}
56
return _imageFrame.size.height;
57
}
58
59
int NinePatchImageParser::getFrameWidth() const
60
{
Callers
1
parseVerticalMargin
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected