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/
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::__anoncb3034100111::RepeaterRenderNode
128 this->bind(abuilder, jtransform["a" ], fAnchorPoint); in RepeaterAdapter()
141 this->node()->setAnchorPoint(fAnchorPoint); in onSync()
154 Vec2Value fAnchorPoint = { 0, 0 }, member in skottie::internal::__anoncb3034100111::RepeaterAdapter
/third_party/skia/modules/skottie/src/
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()
DSkottieProperty.cpp43 return this->fAnchorPoint == other.fAnchorPoint in operator ==()
112 fNode->setAnchorPoint(t.fAnchorPoint); in set()
DTransform.h65 Vec2Value fAnchorPoint = { 0, 0 }, variable
91 VectorValue fAnchorPoint, variable
/third_party/skia/modules/skottie/include/
DSkottieProperty.h67 SkPoint fAnchorPoint, member
/third_party/skia/modules/skottie/tests/
DExpression.cpp259 SkPoint anchor_point = observer->transform_handle_->get().fAnchorPoint; in DEF_TEST()