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

Method setTranslateX

snap_drawing/src/snap_drawing/cpp/Utils/Matrix.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void Matrix::setTranslateX(Scalar translateX) {
22 getSkValue().setTranslateX(translateX);
23}
24
25Scalar Matrix::getTranslateY() const {
26 return getSkValue().getTranslateY();

Callers 6

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

Calls

no outgoing calls

Tested by 3

contextMethod · 0.64
TESTFunction · 0.64
TESTFunction · 0.64