MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getRight

Method getRight

valdi/src/valdi/runtime/Views/Frame.cpp:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95float Frame::getRight() const {
96 return x + width;
97}
98
99float Frame::getBottom() const {
100 return y + height;

Callers 10

rasterIntoMethod · 0.80
updateVisibleBoundsMethod · 0.80
rebuildMethod · 0.80
calculateSelfViewportMethod · 0.80
updateScrollStateMethod · 0.80
intersectsMethod · 0.80
intersectionMethod · 0.80
drawFrameMethod · 0.80
drawFrameSyncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected