Searched defs:drawSprite (Results 1 – 9 of 9) sorted by relevance
| /third_party/flutter/skia/src/core/ |
| D | SkDevice.h | 414 void drawSprite(const SkBitmap&, int, int, const SkPaint&) override {} in drawSprite() function
|
| D | SkBitmapDevice.cpp | 537 void SkBitmapDevice::drawSprite(const SkBitmap& bitmap, int x, int y, const SkPaint& paint) { in drawSprite() function in SkBitmapDevice
|
| 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/flutter/skia/src/svg/ |
| D | SkSVGDevice.cpp | 840 void SkSVGDevice::drawSprite(const SkBitmap& bitmap, in drawSprite() function in SkSVGDevice
|
| /third_party/skia/src/core/ |
| 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/xps/ |
| D | SkXPSDevice.cpp | 1738 void SkXPSDevice::drawSprite(const SkBitmap& bitmap, int x, int y, const SkPaint& paint) { in drawSprite() function in SkXPSDevice
|
| /third_party/skia/src/pdf/ |
| 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.cpp | 625 void SkPDFDevice::drawSprite(const SkBitmap& bm, int x, int y, const SkPaint& paint) { in drawSprite() function in SkPDFDevice
|
| /third_party/flutter/skia/src/gpu/ |
| D | SkGpuDevice.cpp | 995 void SkGpuDevice::drawSprite(const SkBitmap& bitmap, in drawSprite() function in SkGpuDevice
|