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

Method setTranslationX

snap_drawing/src/snap_drawing/cpp/Layers/Layer.cpp:954–960  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

952}
953
954void Layer::setTranslationX(Scalar translationX) {
955 if (_translation.width != translationX) {
956 _translation.width = translationX;
957 setChildNeedsDisplay();
958 setVisualFrameDirty();
959 }
960}
961
962Scalar Layer::getTranslationY() const {
963 return _translation.height;

Callers 2

TESTFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TEST_FFunction · 0.36