Home
last modified time | relevance | path

Searched refs:totalMatrix (Results 1 – 7 of 7) 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/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/skia/src/pdf/
DSkPDFDevice.cpp1069 SkMatrix totalMatrix = this->localToDevice(); in handleInversePath() local
1071 if (!totalMatrix.invert(&transformInverse)) { in handleInversePath()