Home
last modified time | relevance | path

Searched refs:fAnchorPoint (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DRepeater.cpp33 SG_ATTRIBUTE(AnchorPoint , SkV2 , fAnchorPoint )
47 return SkMatrix::Translate(t * fPosition.x + fAnchorPoint.x, in instanceTransform()
48 t * fPosition.y + fAnchorPoint.y) in instanceTransform()
52 * SkMatrix::Translate(-fAnchorPoint.x, in instanceTransform()
53 -fAnchorPoint.y); in instanceTransform()
107 SkV2 fAnchorPoint = {0,0}, member in skottie::internal::__anon18582::final
128 this->bind(abuilder, jtransform["a" ], fAnchorPoint); in RepeaterAdapter()
141 this->node()->setAnchorPoint(fAnchorPoint); variable
154 Vec2Value fAnchorPoint = { 0, 0 }, member in skottie::internal::__anon18582::final
/third_party/skia/modules/skottie/src/
H A DTransform.cpp27 this->bind(abuilder, janchor_point, fAnchorPoint); in TransformAdapter2D()
63 * SkMatrix::Translate(-fAnchorPoint.x, -fAnchorPoint.y); in totalMatrix()
67 return { fAnchorPoint.x, fAnchorPoint.y }; in getAnchorPoint()
71 fAnchorPoint = { ap.x(), ap.y() }; in setAnchorPoint()
146 this->bind(abuilder, jtransform["a"], fAnchorPoint); in TransformAdapter3D()
165 return fAnchorPoint; in anchor_point()
H A DSkottieProperty.cpp43 return this->fAnchorPoint == other.fAnchorPoint in operator ==()
112 fNode->setAnchorPoint(t.fAnchorPoint); in set()
H A DTransform.h65 Vec2Value fAnchorPoint = { 0, 0 }, member in skottie::internal::final
91 VectorValue fAnchorPoint, member in skottie::internal::TransformAdapter3D
/third_party/skia/modules/skottie/include/
H A DSkottieProperty.h67 SkPoint fAnchorPoint, member
/third_party/skia/modules/skottie/tests/
H A DExpression.cpp259 SkPoint anchor_point = observer->transform_handle_->get().fAnchorPoint; in DEF_TEST()

Completed in 4 milliseconds