MCPcopy 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
29void Matrix::setTranslateY(Scalar translateY) {
30 getSkValue().setTranslateY(translateY);
31}
32
33Scalar Matrix::getScaleX() const {
34 return getSkValue().getScaleX();

Callers 5

drawLayerInCanvasFunction · 0.80
contextMethod · 0.80
TESTFunction · 0.80
visitMethod · 0.80
updateMatrixMethod · 0.80

Calls

no outgoing calls

Tested by 2

contextMethod · 0.64
TESTFunction · 0.64