Searched refs:drawSprite (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/src/core/ |
H A 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()
|
H A D | SkDraw.h | 63 void drawSprite(const SkBitmap&, int x, int y, const SkPaint&) const;
|
H A 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/skia/src/pdf/ |
H A D | SkPDFDevice.h | 91 void drawSprite(const SkBitmap& bitmap, int x, int y,
|
H A D | SkPDFDevice.cpp | 641 void SkPDFDevice::drawSprite(const SkBitmap& bm, int x, int y, const SkPaint& paint) { in drawSprite() function in SkPDFDevice
|
Completed in 10 milliseconds