Home
last modified time | relevance | path

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

/third_party/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::__anon84c388060111::CornerPinAdapter
/third_party/flutter/skia/modules/skottie/src/text/
DTextAdapter.cpp45 rec.fMatrixNode = sksg::Matrix<SkMatrix>::Make(SkMatrix::MakeTrans(frag.fPos.x(), in addFragment()
71 fRoot->addChild(sksg::TransformEffect::Make(std::move(draws_node), rec.fMatrixNode)); in addFragment()
231 rec.fMatrixNode->setMatrix(t); in pushPropsToFragment()
287 frag.fMatrixNode->getMatrix()); in adjustLineTracking()
288 frag.fMatrixNode->setMatrix(m); in adjustLineTracking()
DTextAdapter.h38 sk_sp<sksg::Matrix<SkMatrix>> fMatrixNode; member
/third_party/flutter/skia/modules/skottie/src/
DSkottieAdapter.cpp66 : fMatrixNode(std::move(matrix)) {} in TransformAdapter2D()
82 fMatrixNode->setMatrix(this->totalMatrix()); in apply()
92 : fMatrixNode(sksg::Matrix<SkMatrix44>::Make(SkMatrix::I())) {} in TransformAdapter3D()
97 return fMatrixNode; in refTransform()
120 fMatrixNode->setMatrix(this->totalMatrix()); in apply()
DSkottieAdapter.h136 sk_sp<sksg::Matrix<SkMatrix>> fMatrixNode; variable
168 sk_sp<sksg::Matrix<SkMatrix44>> fMatrixNode; variable
/third_party/skia/modules/skottie/src/text/
DTextAdapter.cpp317 rec.fMatrixNode = sksg::Matrix<SkM44>::Make(SkM44::Translate(frag.fPos.x(), frag.fPos.y())); in addFragment()
371 fRoot->addChild(sksg::TransformEffect::Make(std::move(draws_node), rec.fMatrixNode)); in addFragment()
713 rec.fMatrixNode->setMatrix( in pushPropsToFragment()
770 frag.fMatrixNode->getMatrix(); in adjustLineProps()
771 frag.fMatrixNode->setMatrix(m); in adjustLineProps()
DTextAdapter.h58 sk_sp<sksg::Matrix<SkM44>> fMatrixNode; member