Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ getTranslateY
Method
getTranslateY
snap_drawing/src/snap_drawing/cpp/Utils/Matrix.cpp:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
Scalar Matrix::getTranslateY() const {
26
return getSkValue().getTranslateY();
27
}
28
29
void Matrix::setTranslateY(Scalar translateY) {
30
getSkValue().setTranslateY(translateY);
Callers
4
visit
Method · 0.80
resolveDisplayState
Method · 0.80
onDraw
Method · 0.80
updateMatrix
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected