MCPcopy Create free account
hub / github.com/ZDoom/Raze / top

Method top

libraries/ZWidget/include/zwidget/core/rect.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41 double left() const { return x; }
42 double top() const { return y; }
43 double right() const { return x + width; }
44 double bottom() const { return y + height; }
45

Callers 14

GetRectMethod · 0.80
FloatBoxAnyMethod · 0.80
BoxFitsOnLineMethod · 0.80
SetFrameGeometryMethod · 0.80
GetCharacterIndexMethod · 0.80
pop_includeMethod · 0.80
visitBranchMethod · 0.80
addSwitchBreakMethod · 0.80
endSwitchMethod · 0.80
SpvBuilder.cppFile · 0.80
createLoopContinueMethod · 0.80
createLoopExitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected