Searched refs:fMatrixNode (Results 1 – 5 of 5) sorted by relevance
26 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
51 : 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()
106 sk_sp<sksg::Matrix<SkMatrix>> fMatrixNode; variable135 sk_sp<sksg::Matrix<SkMatrix44>> fMatrixNode; variable
135 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()
58 sk_sp<sksg::Matrix<SkM44>> fMatrixNode; member