Searched refs:fAnchorPoint (Results 1 – 8 of 8) sorted by relevance
/external/skia/modules/skottie/src/layers/shapelayer/ |
D | Repeater.cpp | 33 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::__anonc610fbde0111::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::__anonc610fbde0111::RepeaterAdapter
|
/external/skia/modules/skottie/src/ |
D | Transform.cpp | 27 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()
|
D | SkottieProperty.cpp | 42 return this->fAnchorPoint == other.fAnchorPoint in operator ==() 111 fNode->setAnchorPoint(t.fAnchorPoint); in set()
|
D | Transform.h | 65 Vec2Value fAnchorPoint = { 0, 0 }, variable 91 VectorValue fAnchorPoint, variable
|
/external/skqp/modules/skottie/src/ |
D | SkottieAdapter.cpp | 56 SkMatrix t = SkMatrix::MakeTrans(-fAnchorPoint.x(), -fAnchorPoint.y()); in totalMatrix() 84 t.setTranslate(-fAnchorPoint.fX, -fAnchorPoint.fY, -fAnchorPoint.fZ); in totalMatrix() 120 SkMatrix m = SkMatrix::MakeTrans(-fAnchorPoint.x(), in apply() 121 -fAnchorPoint.y()); in apply() 125 m.postTranslate(t * fPosition.x() + fAnchorPoint.x(), in apply() 126 t * fPosition.y() + fAnchorPoint.y()); in apply()
|
D | SkottieProperty.cpp | 17 return this->fAnchorPoint == other.fAnchorPoint in operator ==() 72 fNode->setAnchorPoint(t.fAnchorPoint); in set()
|
/external/skqp/modules/skottie/include/ |
D | SkottieProperty.h | 32 SkPoint fAnchorPoint, member
|
/external/skia/modules/skottie/include/ |
D | SkottieProperty.h | 66 SkPoint fAnchorPoint, member
|