MCPcopy 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
17Scalar Matrix::getTranslateX() const {
18 return getSkValue().getTranslateX();
19}
20
21void Matrix::setTranslateX(Scalar translateX) {
22 getSkValue().setTranslateX(translateX);

Callers 4

visitMethod · 0.80
resolveDisplayStateMethod · 0.80
onDrawMethod · 0.80
updateMatrixMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected