Home
last modified time | relevance | path

Searched refs:totalMatrix (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/modules/skottie/src/
DTransform.cpp40 this->node()->setMatrix(this->totalMatrix()); in onSync()
43 SkMatrix TransformAdapter2D::totalMatrix() const { in totalMatrix() function in skottie::internal::TransformAdapter2D
130 if (!dispatched && adapter->totalMatrix().isIdentity()) { in attachMatrix2D()
161 this->node()->setMatrix(this->totalMatrix()); in onSync()
177 SkM44 TransformAdapter3D::totalMatrix() const { in totalMatrix() function in skottie::internal::TransformAdapter3D
199 if (adapter->totalMatrix() == SkM44()) { in attachMatrix3D()
DTransform.h60 SkMatrix totalMatrix() const;
81 virtual SkM44 totalMatrix() const;
DCamera.h27 SkM44 totalMatrix() const override;
DCamera.cpp70 SkM44 CameraAdaper::totalMatrix() const { in totalMatrix() function in skottie::internal::CameraAdaper
/third_party/flutter/skia/modules/skottie/src/
DSkottieAdapter.cpp70 SkMatrix TransformAdapter2D::totalMatrix() const { in totalMatrix() function in skottie::TransformAdapter2D
82 fMatrixNode->setMatrix(this->totalMatrix()); in apply()
100 SkMatrix44 TransformAdapter3D::totalMatrix() const { in totalMatrix() function in skottie::TransformAdapter3D
120 fMatrixNode->setMatrix(this->totalMatrix()); in apply()
128 SkMatrix44 CameraAdapter::totalMatrix() const { in totalMatrix() function in skottie::CameraAdapter
DSkottieAdapter.h131 SkMatrix totalMatrix() const;
166 virtual SkMatrix44 totalMatrix() const;
181 SkMatrix44 totalMatrix() const override;
/third_party/flutter/skia/src/core/
DSkBitmapDevice.cpp660 const SkMatrix totalMatrix = SkMatrix::Concat(this->ctm(), clipMatrix); in drawSpecial() local
662 totalMatrix.mapRect(&clipBounds, SkRect::Make(clipImage->bounds())); in drawSpecial()
675 if (clipImage->isAlphaOnly() && totalMatrix.invert(&totalInverse)) { in drawSpecial()
679 maskMatrix = totalMatrix; in drawSpecial()
694 canvas->concat(totalMatrix); in drawSpecial()
/third_party/skia/samplecode/
DSampleImageFilterDAG.cpp104 skif::DeviceSpace<SkIRect> targetOutput(fMapping.totalMatrix() in computeInputBounds()
/third_party/skia/src/core/
DSkImageFilterTypes.h463 SkMatrix totalMatrix() const { in totalMatrix() function
/third_party/flutter/skia/src/pdf/
DSkPDFDevice.cpp1089 SkMatrix totalMatrix = this->ctm(); in handleInversePath() local
1091 if (!totalMatrix.invert(&transformInverse)) { in handleInversePath()
/third_party/skia/src/pdf/
DSkPDFDevice.cpp1069 SkMatrix totalMatrix = this->localToDevice(); in handleInversePath() local
1071 if (!totalMatrix.invert(&transformInverse)) { in handleInversePath()