MCPcopy Create free account
hub / github.com/axmolengine/axmol / top

Method top

core/ui/LayoutHelper.cpp:953–958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

951}
952
953Point LayoutHelper::VisibleRect::top()
954{
955 lazyInit();
956 return ax::Point(s_ScreenVisibleRect.origin.x + s_ScreenVisibleRect.size.width / 2,
957 s_ScreenVisibleRect.origin.y + s_ScreenVisibleRect.size.height);
958}
959
960Point LayoutHelper::VisibleRect::bottom()
961{

Callers 12

addCommandMethod · 0.45
loadIdentityMatrixMethod · 0.45
loadMatrixMethod · 0.45
multiplyMatrixMethod · 0.45
pushMatrixMethod · 0.45
Director.cppFile · 0.45
startElementMethod · 0.45
endElementMethod · 0.45
textHandlerMethod · 0.45
getAllSubBonesMethod · 0.45
updateOrderedAllbonesMethod · 0.45
PopMethod · 0.45

Calls 1

PointClass · 0.50

Tested by

no test coverage detected