/third_party/flutter/skia/src/core/ |
D | SkDraw_text.cpp | 50 this->drawSprite(bm, mask.fBounds.x(), mask.fBounds.y(), paint); in paintMasks() 81 this->drawSprite(bm, mask.fBounds.x(), mask.fBounds.y(), paint); in paintMasks()
|
D | SkBitmapDevice.cpp | 537 void SkBitmapDevice::drawSprite(const SkBitmap& bitmap, int x, int y, const SkPaint& paint) { in drawSprite() function in SkBitmapDevice 538 BDDraw(this).drawSprite(bitmap, x, y, paint); in drawSprite() 574 this->drawSprite(src->fBitmap, x, y, *paint); in drawDevice() 649 this->drawSprite(resultBM, x, y, *paint); in drawSpecial()
|
D | SkDraw.h | 62 void drawSprite(const SkBitmap&, int x, int y, const SkPaint&) const;
|
D | SkDevice.h | 188 virtual void drawSprite(const SkBitmap& bitmap, 414 void drawSprite(const SkBitmap&, int, int, const SkPaint&) override {} in drawSprite() function
|
D | SkBitmapDevice.h | 92 void drawSprite(const SkBitmap&, int x, int y, const SkPaint&) override;
|
D | SkMaskFilter.cpp | 542 this->drawSprite(b, m.fBounds.fLeft, m.fBounds.fTop, p); in drawAsBitmap()
|
D | SkDraw.cpp | 1135 void SkDraw::drawSprite(const SkBitmap& bitmap, int x, int y, const SkPaint& origPaint) const { in drawSprite() function in SkDraw
|
/third_party/skia/src/core/ |
D | SkDraw_text.cpp | 70 this->drawSprite(bm, mask.fBounds.x(), mask.fBounds.y(), paint); in paintMasks() 105 this->drawSprite(bm, mask.fBounds.x(), mask.fBounds.y(), paint); in paintMasks()
|
D | SkDraw.h | 63 void drawSprite(const SkBitmap&, int x, int y, const SkPaint&) const;
|
D | SkDraw.cpp | 1132 void SkDraw::drawSprite(const SkBitmap& bitmap, int x, int y, const SkPaint& origPaint) const { in drawSprite() function in SkDraw
|
/third_party/flutter/skia/src/svg/ |
D | SkSVGDevice.h | 33 void drawSprite(const SkBitmap& bitmap,
|
D | SkSVGDevice.cpp | 840 void SkSVGDevice::drawSprite(const SkBitmap& bitmap, in drawSprite() function in SkSVGDevice
|
/third_party/skia/src/pdf/ |
D | SkPDFDevice.h | 91 void drawSprite(const SkBitmap& bitmap, int x, int y,
|
D | SkPDFDevice.cpp | 641 void SkPDFDevice::drawSprite(const SkBitmap& bm, int x, int y, const SkPaint& paint) { in drawSprite() function in SkPDFDevice
|
/third_party/flutter/skia/src/pdf/ |
D | SkPDFDevice.h | 82 void drawSprite(const SkBitmap& bitmap, int x, int y,
|
D | SkPDFDevice.cpp | 625 void SkPDFDevice::drawSprite(const SkBitmap& bm, int x, int y, const SkPaint& paint) { in drawSprite() function in SkPDFDevice 978 this->drawSprite(bitmap, x, y, paint); in drawDevice() 1740 this->drawSprite(resultBM, x + offset.x(), y + offset.y(), tmpUnfiltered); in drawSpecial() 1745 this->drawSprite(resultBM, x, y, paint); in drawSpecial()
|
/third_party/flutter/skia/src/xps/ |
D | SkXPSDevice.h | 91 void drawSprite(const SkBitmap& bitmap,
|
D | SkXPSDevice.cpp | 1738 void SkXPSDevice::drawSprite(const SkBitmap& bitmap, int x, int y, const SkPaint& paint) { in drawSprite() function in SkXPSDevice
|
/third_party/flutter/skia/src/gpu/ |
D | SkGpuDevice.h | 85 void drawSprite(const SkBitmap& bitmap, int x, int y,
|
D | SkGpuDevice.cpp | 995 void SkGpuDevice::drawSprite(const SkBitmap& bitmap, in drawSprite() function in SkGpuDevice
|