Searched defs:getTotalMatrix (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextSkia.cpp146 const SkMatrix& PlatformGraphicsContextSkia::getTotalMatrix() function in class:WebCore::PlatformGraphicsContextSkia
148 return mCanvas->getTotalMatrix();
H A DPlatformGraphicsContextRecording.cpp457 ClippingPainter painter(recording(), context, canvas->getTotalMatrix(), nodes);
693 const SkMatrix& PlatformGraphicsContextRecording::getTotalMatrix() function in class:WebCore::PlatformGraphicsContextRecording
/external/skia/legacy/src/core/
H A DSkCanvas.cpp614 const SkMatrix& totalMatrix = this->getTotalMatrix();
724 this->getTotalMatrix().mapRect(&r, *bounds);
1273 const SkMatrix& SkCanvas::getTotalMatrix() const { function in class:SkCanvas
/external/skia/src/core/
H A DSkCanvas.cpp717 const SkMatrix& totalMatrix = this->getTotalMatrix();
809 this->getTotalMatrix().mapRect(&r, *bounds);
1434 const SkMatrix& SkCanvas::getTotalMatrix() const { function in class:SkCanvas
/external/webkit/Source/WebKit/android/plugins/
H A Dandroid_npapi.h630 void (*getTotalMatrix)(ANPCanvas*, ANPMatrix*); member in struct:ANPCanvasInterfaceV0

Completed in 819 milliseconds