Home
last modified time | relevance | path

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

/external/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
/external/skqp/modules/skottie/src/
DSkottieAdapter.cpp55 SkMatrix TransformAdapter2D::totalMatrix() const { in totalMatrix() function in skottie::TransformAdapter2D
67 fMatrixNode->setMatrix(this->totalMatrix()); in apply()
81 SkMatrix44 TransformAdapter3D::totalMatrix() const { in totalMatrix() function in skottie::TransformAdapter3D
102 fMatrixNode->setMatrix(this->totalMatrix()); in apply()
DSkottieAdapter.h101 SkMatrix totalMatrix() const;
130 SkMatrix44 totalMatrix() const;
/external/skqp/src/core/
DSkBitmapDevice.cpp663 const SkMatrix totalMatrix = SkMatrix::Concat(this->ctm(), clipMatrix); in drawSpecial() local
665 totalMatrix.mapRect(&clipBounds, SkRect::Make(clipImage->bounds())); in drawSpecial()
678 if (clipImage->isAlphaOnly() && totalMatrix.invert(&totalInverse)) { in drawSpecial()
682 maskMatrix = totalMatrix; in drawSpecial()
697 canvas->concat(totalMatrix); in drawSpecial()
/external/skia/samplecode/
DSampleImageFilterDAG.cpp104 skif::DeviceSpace<SkIRect> targetOutput(fMapping.totalMatrix() in computeInputBounds()
/external/skia/src/core/
DSkImageFilterTypes.h421 SkMatrix totalMatrix() const { in totalMatrix() function
/external/skia/src/pdf/
DSkPDFDevice.cpp1063 SkMatrix totalMatrix = this->localToDevice(); in handleInversePath() local
1065 if (!totalMatrix.invert(&transformInverse)) { in handleInversePath()
/external/skqp/src/pdf/
DSkPDFDevice.cpp1384 SkMatrix totalMatrix = this->ctm(); in handleInversePath() local
1386 if (!totalMatrix.invert(&transformInverse)) { in handleInversePath()