Home
last modified time | relevance | path

Searched refs:fMatrixNode (Results 1 – 5 of 5) sorted by relevance

/external/skia/modules/skottie/src/effects/
DCornerPinEffect.cpp26 auto& node() const { return fMatrixNode; } in node()
32 : fMatrixNode(sksg::Matrix<SkMatrix>::Make(SkMatrix::I())) in CornerPinAdapter()
62 fMatrixNode->setMatrix(m); in onSync()
66 const sk_sp<sksg::Matrix<SkMatrix>> fMatrixNode; member in skottie::internal::__anon1f8e7fb60111::CornerPinAdapter
/external/skqp/modules/skottie/src/
DSkottieAdapter.cpp51 : fMatrixNode(std::move(matrix)) {} in TransformAdapter2D()
67 fMatrixNode->setMatrix(this->totalMatrix()); in apply()
77 : fMatrixNode(std::move(matrix)) {} in TransformAdapter3D()
102 fMatrixNode->setMatrix(this->totalMatrix()); in apply()
DSkottieAdapter.h106 sk_sp<sksg::Matrix<SkMatrix>> fMatrixNode; variable
135 sk_sp<sksg::Matrix<SkMatrix44>> fMatrixNode; variable
/external/skia/modules/skottie/src/text/
DTextAdapter.cpp135 rec.fMatrixNode = sksg::Matrix<SkM44>::Make(SkM44::Translate(frag.fPos.x(), frag.fPos.y())); in addFragment()
189 fRoot->addChild(sksg::TransformEffect::Make(std::move(draws_node), rec.fMatrixNode)); in addFragment()
474 rec.fMatrixNode->setMatrix( in pushPropsToFragment()
544 frag.fMatrixNode->getMatrix(); in adjustLineProps()
545 frag.fMatrixNode->setMatrix(m); in adjustLineProps()
DTextAdapter.h58 sk_sp<sksg::Matrix<SkM44>> fMatrixNode; member