Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphRunPainter.h31 virtual void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull,
DSkBitmapDevice.cpp381 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()
DSkDraw.h62 void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull,
DSkBitmapDevice.h135 void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull,
DSkOverdrawCanvas.cpp67 void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull, in drawBitmap() argument