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

1 2

  /external/skia/include/utils/
SkLuaCanvas.h 54 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
SkNWayCanvas.h 66 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
SkNoDrawCanvas.h 62 void onDrawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint*,
SkPaintFilterCanvas.h 68 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
SkDumpCanvas.h 108 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
  /external/skia/src/core/
SkOverdrawCanvas.h 51 void onDrawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint*,
SkLiteRecorder.h 65 void onDrawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint*,
SkRecorder.h 108 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
SkLiteRecorder.cpp 140 void SkLiteRecorder::onDrawBitmapRect(const SkBitmap& bm,
SkPictureRecord.h 233 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
SkOverdrawCanvas.cpp 278 void SkOverdrawCanvas::onDrawBitmapRect(const SkBitmap&, const SkRect*, const SkRect& dst,
SkColorSpaceXformCanvas.cpp 185 void onDrawBitmapRect(const SkBitmap& bitmap,
SkRecorder.cpp 197 void SkRecorder::onDrawBitmapRect(const SkBitmap& bitmap,
  /frameworks/base/libs/hwui/
SkiaCanvasProxy.h 67 virtual void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst,
SkiaCanvasProxy.cpp 136 void SkiaCanvasProxy::onDrawBitmapRect(const SkBitmap& skBitmap, const SkRect* srcPtr,
  /frameworks/base/libs/hwui/tests/unit/
FatalTestCanvas.h 110 void onDrawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint*,
112 ADD_FAILURE() << "onDrawBitmapRect not expected in this test";
  /external/skia/src/utils/
SkPaintFilterCanvas.cpp 109 void SkPaintFilterCanvas::onDrawBitmapRect(const SkBitmap& bm, const SkRect* src, const SkRect& dst,
113 this->INHERITED::onDrawBitmapRect(bm, src, dst, apf.paint(), constraint);
SkDeferredCanvas.h 84 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
SkLuaCanvas.cpp 226 void SkLuaCanvas::onDrawBitmapRect(const SkBitmap& bitmap, const SkRect* src, const SkRect& dst,
SkNWayCanvas.cpp 197 void SkNWayCanvas::onDrawBitmapRect(const SkBitmap& bitmap, const SkRect* src, const SkRect& dst,
SkDumpCanvas.cpp 354 void SkDumpCanvas::onDrawBitmapRect(const SkBitmap& bitmap, const SkRect* src, const SkRect& dst,
SkDeferredCanvas.cpp 399 void SkDeferredCanvas::onDrawBitmapRect(const SkBitmap& bitmap, const SkRect* src, const SkRect& dst,
  /external/skia/src/pipe/
SkPipeCanvas.h 151 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
  /external/skia/tools/debugger/
SkDebugCanvas.h 225 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
  /external/skia/include/core/
SkCanvas.h     [all...]

Completed in 533 milliseconds

1 2