HomeSort by relevance Sort by last modified time
    Searched refs:onDrawBitmapRect (Results 1 - 23 of 23) sorted by null

  /external/skia/include/utils/
SkLuaCanvas.h 50 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
SkNWayCanvas.h 63 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
SkPaintFilterCanvas.h 71 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
SkDumpCanvas.h 104 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
  /frameworks/base/libs/hwui/
SkiaCanvasProxy.h 65 virtual void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst,
SkiaCanvasProxy.cpp 127 void SkiaCanvasProxy::onDrawBitmapRect(const SkBitmap& bitmap, const SkRect* srcPtr,
  /external/skia/tools/android/
SkAndroidSDKCanvas.h 45 void onDrawBitmapRect(const SkBitmap& bitmap, const SkRect* src, const SkRect& dst,
SkAndroidSDKCanvas.cpp 144 void SkAndroidSDKCanvas::onDrawBitmapRect(const SkBitmap& bitmap,
  /external/skia/src/utils/
SkPaintFilterCanvas.cpp 105 void SkPaintFilterCanvas::onDrawBitmapRect(const SkBitmap& bm, const SkRect* src, const SkRect& dst,
109 this->INHERITED::onDrawBitmapRect(bm, src, dst, apf.paint(), constraint);
SkLuaCanvas.cpp 216 void SkLuaCanvas::onDrawBitmapRect(const SkBitmap& bitmap, const SkRect* src, const SkRect& dst,
SkNWayCanvas.cpp 194 void SkNWayCanvas::onDrawBitmapRect(const SkBitmap& bitmap, const SkRect* src, const SkRect& dst,
SkDumpCanvas.cpp 348 void SkDumpCanvas::onDrawBitmapRect(const SkBitmap& bitmap, const SkRect* src, const SkRect& dst,
  /external/skia/src/core/
SkPictureRecord.h 186 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
SkRecorder.h 100 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
SkRecorder.cpp 192 void SkRecorder::onDrawBitmapRect(const SkBitmap& bitmap,
SkRemote.cpp 285 this->onDrawBitmapRect(bitmap, &src, dst, paint, kStrict_SrcRectConstraint);
288 void onDrawBitmapRect(const SkBitmap& bitmap,
SkPictureRecord.cpp 471 void SkPictureRecord::onDrawBitmapRect(const SkBitmap& bitmap, const SkRect* src, const SkRect& dst,
    [all...]
SkCanvas.cpp     [all...]
  /external/skia/tools/debugger/
SkDebugCanvas.h 215 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
SkDebugCanvas.cpp 401 void SkDebugCanvas::onDrawBitmapRect(const SkBitmap& bitmap, const SkRect* src, const SkRect& dst,
  /external/skia/tools/json/
SkJSONCanvas.h 218 void onDrawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint*,
SkJSONCanvas.cpp 713 void SkJSONCanvas::onDrawBitmapRect(const SkBitmap& bitmap, const SkRect* src, const SkRect& dst,
    [all...]
  /external/skia/include/core/
SkCanvas.h     [all...]

Completed in 51 milliseconds