/third_party/flutter/skia/include/utils/ |
D | SkLuaCanvas.h | 45 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
|
D | SkNoDrawCanvas.h | 61 void onDrawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint*, in onDrawBitmapRect() function
|
D | SkNWayCanvas.h | 53 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
|
D | SkPaintFilterCanvas.h | 64 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
|
/third_party/flutter/skia/include/core/ |
D | SkOverdrawCanvas.h | 47 void onDrawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint*,
|
D | SkCanvasVirtualEnforcer.h | 72 void onDrawBitmapRect(const SkBitmap& bitmap, const SkRect* src, const SkRect& dst,
|
D | SkCanvas.h | 2462 virtual void onDrawBitmapRect(const SkBitmap& bitmap, const SkRect* src, const SkRect& dst,
|
/third_party/flutter/skia/src/utils/ |
D | SkPaintFilterCanvas.cpp | 126 void SkPaintFilterCanvas::onDrawBitmapRect(const SkBitmap& bm, const SkRect* src, const SkRect& dst, in onDrawBitmapRect() function in SkPaintFilterCanvas 130 this->SkNWayCanvas::onDrawBitmapRect(bm, src, dst, &apf.paint(), constraint); in onDrawBitmapRect()
|
D | SkLuaCanvas.cpp | 231 void SkLuaCanvas::onDrawBitmapRect(const SkBitmap& bitmap, const SkRect* src, const SkRect& dst, in onDrawBitmapRect() function in SkLuaCanvas
|
D | SkNWayCanvas.cpp | 223 void SkNWayCanvas::onDrawBitmapRect(const SkBitmap& bitmap, const SkRect* src, const SkRect& dst, in onDrawBitmapRect() function in SkNWayCanvas
|
/third_party/flutter/skia/tools/debugger/ |
D | DebugCanvas.h | 149 void onDrawBitmapRect(const SkBitmap&,
|
D | DebugCanvas.cpp | 328 void DebugCanvas::onDrawBitmapRect(const SkBitmap& bitmap, in onDrawBitmapRect() function in DebugCanvas
|
/third_party/flutter/skia/src/core/ |
D | SkRecorder.h | 89 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
|
D | SkPictureRecord.h | 232 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*, in onDrawBitmapRect() function
|
D | SkOverdrawCanvas.cpp | 199 void SkOverdrawCanvas::onDrawBitmapRect(const SkBitmap&, const SkRect*, const SkRect& dst, in onDrawBitmapRect() function in SkOverdrawCanvas
|
D | SkRecorder.cpp | 207 void SkRecorder::onDrawBitmapRect(const SkBitmap& bitmap, in onDrawBitmapRect() function in SkRecorder
|
D | SkCanvas.cpp | 1876 this->onDrawBitmapRect(bitmap, &src, dst, paint, constraint); in drawBitmapRect() 2443 void SkCanvas::onDrawBitmapRect(const SkBitmap& bitmap, const SkRect* src, const SkRect& dst, in onDrawBitmapRect() function in SkCanvas
|