/external/skia/src/core/ |
D | SkBitmapDevice.h | 108 void drawSpecial(SkSpecialImage*, int x, int y, const SkPaint&,
|
D | SkDevice.h | 243 virtual void drawSpecial(SkSpecialImage*, int x, int y, const SkPaint&,
|
D | SkCanvas.cpp | 950 dst->drawSpecial(special.get(), x, y, p, nullptr, SkMatrix::I()); in DrawDeviceWithFilter() 1176 this->getTopDevice()->drawSpecial(backImage->fImage.get(), x, y, paint, in internalRestore() 1300 dstDev->drawSpecial(specialImage.get(), pos.x(), pos.y(), *paint, in internalDrawDevice() 2348 iter.fDevice->drawSpecial(special.get(), in onDrawImage() 2426 iter.fDevice->drawSpecial(special.get(), in onDrawBitmap()
|
D | SkDevice.cpp | 286 void SkBaseDevice::drawSpecial(SkSpecialImage*, int x, int y, const SkPaint&, in drawSpecial() function in SkBaseDevice
|
D | SkBitmapDevice.cpp | 604 void SkBitmapDevice::drawSpecial(SkSpecialImage* src, int x, int y, const SkPaint& origPaint, in drawSpecial() function in SkBitmapDevice
|
/external/skqp/src/core/ |
D | SkBitmapDevice.h | 109 void drawSpecial(SkSpecialImage*, int x, int y, const SkPaint&,
|
D | SkDevice.h | 248 virtual void drawSpecial(SkSpecialImage*, int x, int y, const SkPaint&,
|
D | SkCanvas.cpp | 963 dst->drawSpecial(special.get(), x, y, p, nullptr, SkMatrix::I()); in DrawDeviceWithFilter() 1179 this->getTopDevice()->drawSpecial(backImage->fImage.get(), x, y, paint, in internalRestore() 1303 dstDev->drawSpecial(specialImage.get(), pos.x(), pos.y(), *paint, in internalDrawDevice() 2312 iter.fDevice->drawSpecial(special.get(), in onDrawImage() 2388 iter.fDevice->drawSpecial(special.get(), in onDrawBitmap()
|
D | SkDevice.cpp | 294 void SkBaseDevice::drawSpecial(SkSpecialImage*, int x, int y, const SkPaint&, in drawSpecial() function in SkBaseDevice
|
D | SkBitmapDevice.cpp | 618 void SkBitmapDevice::drawSpecial(SkSpecialImage* src, int x, int y, const SkPaint& origPaint, in drawSpecial() function in SkBitmapDevice
|
/external/skia/src/pdf/ |
D | SkPDFDevice.h | 135 void drawSpecial(SkSpecialImage*, int x, int y, const SkPaint&,
|
D | SkPDFDevice.cpp | 2018 void SkPDFDevice::drawSpecial(SkSpecialImage* srcImg, int x, int y, const SkPaint& paint, in drawSpecial() function in SkPDFDevice
|
/external/skqp/src/pdf/ |
D | SkPDFDevice.h | 139 void drawSpecial(SkSpecialImage*, int x, int y, const SkPaint&,
|
D | SkPDFDevice.cpp | 2031 void SkPDFDevice::drawSpecial(SkSpecialImage* srcImg, int x, int y, const SkPaint& paint, in drawSpecial() function in SkPDFDevice
|
/external/skia/src/gpu/ |
D | SkGpuDevice.h | 113 void drawSpecial(SkSpecialImage*, int left, int top, const SkPaint& paint,
|
D | SkGpuDevice.cpp | 1026 this->drawSpecial(srcImg.get(), left, top, paint, nullptr, SkMatrix::I()); in drawSprite() 1030 void SkGpuDevice::drawSpecial(SkSpecialImage* special, int left, int top, const SkPaint& paint, in drawSpecial() function in SkGpuDevice 1298 this->drawSpecial(srcImg.get(), left, top, paint, nullptr, SkMatrix::I()); in drawDevice()
|
/external/skqp/src/gpu/ |
D | SkGpuDevice.h | 115 void drawSpecial(SkSpecialImage*, int left, int top, const SkPaint& paint,
|
D | SkGpuDevice.cpp | 1064 this->drawSpecial(srcImg.get(), left, top, paint, nullptr, SkMatrix::I()); in drawSprite() 1068 void SkGpuDevice::drawSpecial(SkSpecialImage* special, int left, int top, const SkPaint& paint, in drawSpecial() function in SkGpuDevice 1332 this->drawSpecial(srcImg.get(), left, top, paint, nullptr, SkMatrix::I()); in drawDevice()
|