Searched refs:onDrawBitmapRect (Results 1 - 25 of 29) sorted by relevance

12

/external/skia/src/pdf/
H A DSkPDFCanvas.h36 void onDrawBitmapRect(const SkBitmap&,
H A DSkPDFCanvas.cpp66 void SkPDFCanvas::onDrawBitmapRect(const SkBitmap& bitmap, function in class:SkPDFCanvas
73 this->SkCanvas::onDrawBitmapRect(bitmap, src, dst, paint, constraint);
/external/skia/include/utils/
H A DSkLuaCanvas.h54 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
H A DSkNoDrawCanvas.h57 void onDrawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint*,
H A DSkPaintFilterCanvas.h68 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
H A DSkDumpCanvas.h108 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
H A DSkNWayCanvas.h66 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
/external/skia/src/core/
H A DSkOverdrawCanvas.h51 void onDrawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint*,
H A DSkLiteRecorder.h65 void onDrawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint*,
H A DSkRecorder.h114 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
H A DSkLiteRecorder.cpp139 void SkLiteRecorder::onDrawBitmapRect(const SkBitmap& bm, function in class:SkLiteRecorder
H A DSkPictureRecord.h246 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
H A DSkOverdrawCanvas.cpp278 void SkOverdrawCanvas::onDrawBitmapRect(const SkBitmap&, const SkRect*, const SkRect& dst, function in class:SkOverdrawCanvas
H A DSkColorSpaceXformCanvas.cpp183 void onDrawBitmapRect(const SkBitmap& bitmap,
H A DSkRecorder.cpp196 void SkRecorder::onDrawBitmapRect(const SkBitmap& bitmap, function in class:SkRecorder
/external/skia/src/utils/
H A DSkShadowPaintFilterCanvas.h66 void onDrawBitmapRect(const SkBitmap &bm, const SkRect *src, const SkRect &dst,
H A DSkPaintFilterCanvas.cpp109 void SkPaintFilterCanvas::onDrawBitmapRect(const SkBitmap& bm, const SkRect* src, const SkRect& dst, function in class:SkPaintFilterCanvas
113 this->INHERITED::onDrawBitmapRect(bm, src, dst, apf.paint(), constraint);
H A DSkShadowPaintFilterCanvas.cpp192 void SkShadowPaintFilterCanvas::onDrawBitmapRect(const SkBitmap &bm, const SkRect *src, function in class:SkShadowPaintFilterCanvas
197 this->INHERITED::onDrawBitmapRect(bm, src, dst, paint, constraint);
H A DSkDeferredCanvas.h84 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
H A DSkLuaCanvas.cpp226 void SkLuaCanvas::onDrawBitmapRect(const SkBitmap& bitmap, const SkRect* src, const SkRect& dst, function in class:SkLuaCanvas
H A DSkNWayCanvas.cpp197 void SkNWayCanvas::onDrawBitmapRect(const SkBitmap& bitmap, const SkRect* src, const SkRect& dst, function in class:SkNWayCanvas
H A DSkDeferredCanvas.cpp398 void SkDeferredCanvas::onDrawBitmapRect(const SkBitmap& bitmap, const SkRect* src, const SkRect& dst, function in class:SkDeferredCanvas
/external/skia/src/pipe/
H A DSkPipeCanvas.h151 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
/external/skia/tools/debugger/
H A DSkDebugCanvas.h231 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
/external/skia/include/core/
H A DSkCanvas.h1471 virtual void onDrawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint*,

Completed in 109 milliseconds

12