Home
last modified time | relevance | path

Searched refs:drawSprite (Results 1 – 20 of 20) sorted by relevance

/third_party/flutter/skia/src/core/
DSkDraw_text.cpp50 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()
DSkBitmapDevice.cpp537 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()
DSkDraw.h62 void drawSprite(const SkBitmap&, int x, int y, const SkPaint&) const;
DSkDevice.h188 virtual void drawSprite(const SkBitmap& bitmap,
414 void drawSprite(const SkBitmap&, int, int, const SkPaint&) override {} in drawSprite() function
DSkBitmapDevice.h92 void drawSprite(const SkBitmap&, int x, int y, const SkPaint&) override;
DSkMaskFilter.cpp542 this->drawSprite(b, m.fBounds.fLeft, m.fBounds.fTop, p); in drawAsBitmap()
DSkDraw.cpp1135 void SkDraw::drawSprite(const SkBitmap& bitmap, int x, int y, const SkPaint& origPaint) const { in drawSprite() function in SkDraw
/third_party/skia/src/core/
DSkDraw_text.cpp70 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()
DSkDraw.h63 void drawSprite(const SkBitmap&, int x, int y, const SkPaint&) const;
DSkDraw.cpp1132 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/
DSkSVGDevice.h33 void drawSprite(const SkBitmap& bitmap,
DSkSVGDevice.cpp840 void SkSVGDevice::drawSprite(const SkBitmap& bitmap, in drawSprite() function in SkSVGDevice
/third_party/skia/src/pdf/
DSkPDFDevice.h91 void drawSprite(const SkBitmap& bitmap, int x, int y,
DSkPDFDevice.cpp641 void SkPDFDevice::drawSprite(const SkBitmap& bm, int x, int y, const SkPaint& paint) { in drawSprite() function in SkPDFDevice
/third_party/flutter/skia/src/pdf/
DSkPDFDevice.h82 void drawSprite(const SkBitmap& bitmap, int x, int y,
DSkPDFDevice.cpp625 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/
DSkXPSDevice.h91 void drawSprite(const SkBitmap& bitmap,
DSkXPSDevice.cpp1738 void SkXPSDevice::drawSprite(const SkBitmap& bitmap, int x, int y, const SkPaint& paint) { in drawSprite() function in SkXPSDevice
/third_party/flutter/skia/src/gpu/
DSkGpuDevice.h85 void drawSprite(const SkBitmap& bitmap, int x, int y,
DSkGpuDevice.cpp995 void SkGpuDevice::drawSprite(const SkBitmap& bitmap, in drawSprite() function in SkGpuDevice