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

Method location

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

Source from the content-addressed store, hash-verified

105}
106
107Point Frame::location() const {
108 return Point(x, y);
109}
110
111void Frame::setLeft(float left) {
112 auto diff = x - left;

Callers 1

getViewNodePointMethod · 0.80

Calls 1

PointClass · 0.70

Tested by

no test coverage detected