Searched refs:dstOrNull (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ |
D | SkDraw.h | 60 void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull,
|
D | SkBitmapDevice.h | 137 virtual void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull,
|
D | SkBitmapDevice.cpp | 405 const SkRect* dstOrNull, const SkPaint& paint) { in drawBitmap() argument 406 const SkRect* bounds = dstOrNull; in drawBitmap() 416 LOOP_TILER(drawBitmap(bitmap, matrix, dstOrNull, paint), bounds) in drawBitmap()
|
/external/skqp/src/core/ |
D | SkDraw.h | 60 void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull,
|
D | SkBitmapDevice.h | 137 virtual void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull,
|
D | SkBitmapDevice.cpp | 410 const SkRect* dstOrNull, const SkPaint& paint) { in drawBitmap() argument 411 const SkRect* bounds = dstOrNull; in drawBitmap() 421 LOOP_TILER(drawBitmap(bitmap, matrix, dstOrNull, paint), bounds) in drawBitmap()
|