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

Method setScaleX

snap_drawing/src/snap_drawing/cpp/Utils/Matrix.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void Matrix::setScaleX(Scalar scaleX) {
38 getSkValue().setScaleX(scaleX);
39}
40
41Scalar Matrix::getScaleY() const {
42 return getSkValue().getScaleY();

Callers 5

TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
ComputeDamageVisitorMethod · 0.45

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36