Searched refs:totalMatrix (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/core/
H A DSkBitmapDevice.cpp461 const SkMatrix totalMatrix = SkMatrix::Concat(this->ctm(), clipMatrix); local
463 totalMatrix.mapRect(&clipBounds, SkRect::Make(clipImage->bounds()));
476 if (clipImage->isAlphaOnly() && totalMatrix.invert(&totalInverse)) {
480 maskMatrix = totalMatrix;
495 canvas->concat(totalMatrix);
/external/skqp/src/core/
H A DSkBitmapDevice.cpp450 const SkMatrix totalMatrix = SkMatrix::Concat(this->ctm(), clipMatrix); local
452 totalMatrix.mapRect(&clipBounds, SkRect::Make(clipImage->bounds()));
465 if (clipImage->isAlphaOnly() && totalMatrix.invert(&totalInverse)) {
469 maskMatrix = totalMatrix;
484 canvas->concat(totalMatrix);
/external/skia/src/pdf/
H A DSkPDFDevice.cpp1836 SkMatrix totalMatrix = this->ctm(); local
1838 totalMatrix.preConcat(*prePathMatrix);
1840 if (!totalMatrix.invert(&transformInverse)) {
/external/skqp/src/pdf/
H A DSkPDFDevice.cpp1836 SkMatrix totalMatrix = this->ctm(); local
1838 totalMatrix.preConcat(*prePathMatrix);
1840 if (!totalMatrix.invert(&transformInverse)) {

Completed in 361 milliseconds