Home
last modified time | relevance | path

Searched refs:dstOrNull (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkDraw.h60 void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull,
DSkBitmapDevice.h137 virtual void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull,
DSkBitmapDevice.cpp405 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/
DSkDraw.h60 void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull,
DSkBitmapDevice.h137 virtual void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull,
DSkBitmapDevice.cpp410 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()