Searched refs:drawSpecial (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/core/ |
D | SkBitmapDevice.h | 115 void drawSpecial(SkSpecialImage*, int x, int y, const SkPaint&) override;
|
D | SkDevice.h | 261 virtual void drawSpecial(SkSpecialImage*, int x, int y, const SkPaint&);
|
D | SkBitmapDevice.cpp | 388 void SkBitmapDevice::drawSpecial(SkSpecialImage* srcImg, int x, int y, in drawSpecial() function in SkBitmapDevice
|
D | SkDevice.cpp | 277 void SkBaseDevice::drawSpecial(SkSpecialImage*, int x, int y, const SkPaint&) {} in drawSpecial() function in SkBaseDevice
|
D | SkCanvas.cpp | 1087 dst->drawSpecial(special.get(), x, y, p); in DrawDeviceWithFilter() 1364 dstDev->drawSpecial(specialImage.get(), pos.x(), pos.y(), *paint); in internalDrawDevice() 2294 iter.fDevice->drawSpecial(special.get(), in onDrawImage() 2375 iter.fDevice->drawSpecial(special.get(), in onDrawBitmap()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.h | 173 void drawSpecial(SkSpecialImage*, int x, int y, const SkPaint&) override;
|
D | SkPDFDevice.cpp | 2207 void SkPDFDevice::drawSpecial(SkSpecialImage* srcImg, int x, int y, in drawSpecial() function in SkPDFDevice
|
/external/skia/src/gpu/ |
D | SkGpuDevice.h | 113 void drawSpecial(SkSpecialImage*,
|
D | SkGpuDevice.cpp | 1134 this->drawSpecial(srcImg.get(), left, top, paint); in drawSprite() 1138 void SkGpuDevice::drawSpecial(SkSpecialImage* special1, in drawSpecial() function in SkGpuDevice 1364 this->drawSpecial(srcImg.get(), left, top, paint); in drawDevice()
|