Home
last modified time | relevance | path

Searched defs:totalMatrix (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/modules/skottie/src/
DSkottieAdapter.cpp70 SkMatrix TransformAdapter2D::totalMatrix() const { in totalMatrix() function in skottie::TransformAdapter2D
100 SkMatrix44 TransformAdapter3D::totalMatrix() const { in totalMatrix() function in skottie::TransformAdapter3D
128 SkMatrix44 CameraAdapter::totalMatrix() const { in totalMatrix() function in skottie::CameraAdapter
/third_party/flutter/skia/src/core/
DSkBitmapDevice.cpp660 const SkMatrix totalMatrix = SkMatrix::Concat(this->ctm(), clipMatrix); in drawSpecial() local
/third_party/flutter/skia/src/pdf/
DSkPDFDevice.cpp1089 SkMatrix totalMatrix = this->ctm(); in handleInversePath() local