Searched refs:dstOrNull (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/core/ |
D | SkGlyphRunPainter.h | 31 virtual void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull,
|
D | SkBitmapDevice.cpp | 381 const SkRect* dstOrNull, const SkSamplingOptions& sampling, in drawBitmap() argument 383 const SkRect* bounds = dstOrNull; in drawBitmap() 393 LOOP_TILER(drawBitmap(bitmap, matrix, dstOrNull, sampling, paint), bounds) in drawBitmap()
|
D | SkDraw.h | 62 void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull,
|
D | SkBitmapDevice.h | 135 void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull,
|
D | SkOverdrawCanvas.cpp | 67 void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull, in drawBitmap() argument
|