Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ getTranslateX
Method
getTranslateX
snap_drawing/src/snap_drawing/cpp/Utils/Matrix.cpp:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
Scalar Matrix::getTranslateX() const {
18
return getSkValue().getTranslateX();
19
}
20
21
void Matrix::setTranslateX(Scalar translateX) {
22
getSkValue().setTranslateX(translateX);
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