Home
last modified time | relevance | path

Searched refs:getTotalMatrix (Results 1 – 18 of 18) sorted by relevance

/external/chromium/webkit/glue/media/
Dvideo_renderer_impl.cc121 const SkMatrix& total_matrix = canvas->getTotalMatrix(); in CanFastPaint()
143 TransformToSkIRect(canvas->getTotalMatrix(), dest_rect, &dest_irect); in CanFastPaint()
220 const SkMatrix& local_matrix = canvas->getTotalMatrix(); in FastPaint()
/external/webkit/Source/WebKit/android/nav/
DFindCanvas.cpp184 const SkMatrix& matrix = getTotalMatrix(); in addMatchNormal()
218 SkMatrix matrix = getTotalMatrix(); in addMatchPos()
247 const SkMatrix& matrix = getTotalMatrix(); in addMatchPosH()
325 getTotalMatrix().mapXY(0, y, &newY); in findHelper()
590 const SkMatrix& matrix = canvas->getTotalMatrix(); in draw()
DSelectText.cpp1204 const SkMatrix& matrix = getTotalMatrix(); in TextCanvas()
1234 mBounder.setUp(paint, getTotalMatrix(), y, text); in drawText()
1241 mBounder.setUp(paint, getTotalMatrix(), constY, text); in drawPosTextH()
1424 const SkMatrix& matrix = canvas->getTotalMatrix(); in addInval()
DCachedRoot.cpp211 const SkMatrix& matrix = getTotalMatrix(); in drawPosTextH()
DWebView.cpp671 m_baseLayer->setMatrix(canvas->getTotalMatrix()); in draw()
/external/webkit/Source/WebKit/android/plugins/
DANPCanvasInterface.cpp76 const SkMatrix& src = canvas->skcanvas->getTotalMatrix(); in anp_getTotalMatrix()
184 ASSIGN(i, getTotalMatrix); in ANPCanvasInterfaceV0_Init()
Dandroid_npapi.h630 void (*getTotalMatrix)(ANPCanvas*, ANPMatrix*); member
/external/webkit/Source/WebCore/platform/graphics/skia/
DSkiaUtils.cpp186 canvas.getTotalMatrix().mapRect(&transformedSrc, srcRect); in ClipRectToCanvas()
194 canvas.getTotalMatrix().invert(&inverseTransform); in ClipRectToCanvas()
DImageSkia.cpp149 …&& !(platformContext->canvas()->getTotalMatrix().getType() & (SkMatrix::kAffine_Mask | SkMatrix::k… in computeResamplingMode()
189 canvas.getTotalMatrix().mapRect(&destRectTransformed, destRect); in drawResampledBitmap()
206 canvas.getTotalMatrix().mapRect(&destBitmapSubsetTransformed, destBitmapSubsetSk); in drawResampledBitmap()
DGraphicsContextSkia.cpp864 const SkMatrix& m = platformContext()->canvas()->getTotalMatrix(); in getCTM()
/external/skia/src/effects/
DSkBlurDrawLooper.cpp90 SkMatrix transform(canvas->getTotalMatrix()); in next()
DSkLayerDrawLooper.cpp134 SkMatrix m = canvas->getTotalMatrix(); in postTranslate()
/external/webkit/Source/WebCore/platform/graphics/android/
Dandroid_graphics.cpp104 const SkMatrix& matrix = canvas->getTotalMatrix(); in draw()
DGraphicsContextAndroid.cpp1195 const SkMatrix& m = GC2CANVAS(this)->getTotalMatrix(); in getCTM()
/external/skia/include/core/
DSkCanvas.h754 const SkMatrix& getTotalMatrix() const;
/external/skia/src/core/
DSkCanvas.cpp599 const SkMatrix& totalMatrix = this->getTotalMatrix(); in updateDeviceCMCache()
717 this->getTotalMatrix().mapRect(&r, *bounds); in saveLayer()
1152 const SkMatrix& SkCanvas::getTotalMatrix() const { in getTotalMatrix() function in SkCanvas
/external/skia/samplecode/
DSampleApp.cpp561 m = canvas->getTotalMatrix();//.invert(&m); in draw()
782 fGpuCanvas->concat(canvas->getTotalMatrix()); in beforeChildren()
DSampleAll.cpp505 SkScalarRound(canvas->getTotalMatrix().getTranslateX()), in drawPicture()