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

Method getTranslateY

snap_drawing/src/snap_drawing/cpp/Utils/Matrix.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25Scalar Matrix::getTranslateY() const {
26 return getSkValue().getTranslateY();
27}
28
29void Matrix::setTranslateY(Scalar translateY) {
30 getSkValue().setTranslateY(translateY);

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected