Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
float Frame::getRight() const {
96
return x + width;
97
}
98
99
float Frame::getBottom() const {
100
return y + height;
Callers
10
rasterInto
Method · 0.80
updateVisibleBounds
Method · 0.80
rebuild
Method · 0.80
getDirectionAgnosticFrame
Method · 0.80
calculateSelfViewport
Method · 0.80
updateScrollState
Method · 0.80
intersects
Method · 0.80
intersection
Method · 0.80
drawFrame
Method · 0.80
drawFrameSync
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected