Searched refs:dstOrNull (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/src/core/ |
D | SkGlyphRunPainter.h | 79 virtual void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull,
|
D | SkDraw.h | 61 void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull,
|
D | SkBitmapDevice.cpp | 401 const SkRect* dstOrNull, const SkSamplingOptions& sampling, in drawBitmap() argument 403 const SkRect* bounds = dstOrNull; in drawBitmap() 413 LOOP_TILER(drawBitmap(bitmap, matrix, dstOrNull, sampling, paint), bounds) in drawBitmap()
|
D | SkBitmapDevice.h | 135 void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull,
|
D | SkOverdrawCanvas.cpp | 64 void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull, in drawBitmap() argument
|
/third_party/flutter/skia/src/core/ |
D | SkDraw.h | 60 void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull,
|
D | SkBitmapDevice.h | 138 virtual void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull,
|
D | SkBitmapDevice.cpp | 397 const SkRect* dstOrNull, const SkPaint& paint) { in drawBitmap() argument 398 const SkRect* bounds = dstOrNull; in drawBitmap() 408 LOOP_TILER(drawBitmap(bitmap, matrix, dstOrNull, paint), bounds) in drawBitmap()
|