Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ setTranslateY
Method
setTranslateY
snap_drawing/src/snap_drawing/cpp/Utils/Matrix.cpp:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
void Matrix::setTranslateY(Scalar translateY) {
30
getSkValue().setTranslateY(translateY);
31
}
32
33
Scalar Matrix::getScaleX() const {
34
return getSkValue().getScaleX();
Callers
5
drawLayerInCanvas
Function · 0.80
context
Method · 0.80
TEST
Function · 0.80
visit
Method · 0.80
updateMatrix
Method · 0.80
Calls
no outgoing calls
Tested by
2
context
Method · 0.64
TEST
Function · 0.64