Searched defs:getTotalMatrix (Results 1 - 3 of 3) sorted by last modified time

/external/skia/src/core/
H A DSkCanvas.cpp768 const SkMatrix& totalMatrix = this->getTotalMatrix();
837 this->getTotalMatrix().mapRect(&r, *bounds);
1128 this->getTotalMatrix().mapRect(&mappedCull, cullRect);
1575 SkMatrix savedMatrix = this->getTotalMatrix();
1760 const SkMatrix& SkCanvas::getTotalMatrix() const { function in class:SkCanvas
/external/chromium_org/third_party/skia/src/core/
H A DSkCanvas.cpp793 const SkMatrix& totalMatrix = this->getTotalMatrix();
853 this->getTotalMatrix().mapRect(&r, *bounds);
1145 this->getTotalMatrix().mapRect(&mappedCull, cullRect);
1653 const SkMatrix& SkCanvas::getTotalMatrix() const { function in class:SkCanvas
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp351 SkMatrix GraphicsContext::getTotalMatrix() const function in class:blink::GraphicsContext
359 return m_canvas->getTotalMatrix();
363 totalMatrix.preConcat(m_canvas->getTotalMatrix());
494 SkMatrix savedMatrix = getTotalMatrix();
507 // To avoid applying the offset repeatedly in getTotalMatrix(), we pre-apply it here.
1138 SkMatrix ctm = m_canvas->getTotalMatrix();
1702 SkMatrix m = getTotalMatrix();
1996 SkMatrix totalMatrix = this->getTotalMatrix();

Completed in 187 milliseconds