Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkGlyphRunPainter.h79 virtual void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull,
DSkDraw.h61 void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull,
DSkBitmapDevice.cpp401 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()
DSkBitmapDevice.h135 void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull,
DSkOverdrawCanvas.cpp64 void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull, in drawBitmap() argument
/third_party/flutter/skia/src/core/
DSkDraw.h60 void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull,
DSkBitmapDevice.h138 virtual void drawBitmap(const SkBitmap&, const SkMatrix&, const SkRect* dstOrNull,
DSkBitmapDevice.cpp397 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()