/third_party/skia/src/core/ |
D | SkDevice.cpp | 315 void SkBaseDevice::drawSpecial(SkSpecialImage*, const SkMatrix&, const SkSamplingOptions&, in drawSpecial() function in SkBaseDevice 328 this->drawSpecial(deviceImage.get(), device->getRelativeTransform(*this), sampling, paint); in drawDevice() 359 this->drawSpecial(result.get(), deviceMatrixWithOffset, sampling, paint); in drawFilteredImage()
|
D | SkBitmapDevice.h | 104 void drawSpecial(SkSpecialImage*, const SkMatrix&, const SkSamplingOptions&,
|
D | SkDevice.h | 318 virtual void drawSpecial(SkSpecialImage*, const SkMatrix& localToDevice,
|
D | SkBitmapDevice.cpp | 590 void SkBitmapDevice::drawSpecial(SkSpecialImage* src, in drawSpecial() function in SkBitmapDevice
|
D | SkCanvas.cpp | 932 intermediateDevice->drawSpecial(srcImage.get(), offsetLocalToDevice, in internalDrawDeviceWithFilter() 948 dst->drawSpecial(filterInput.get(), mapping.deviceMatrix(), sampling, paint); in internalDrawDeviceWithFilter() 1214 this->topDevice()->drawSpecial(backImage->fImage.get(), in internalRestore()
|
/third_party/skia/experimental/graphite/src/ |
D | Device.h | 108 void drawSpecial(SkSpecialImage*, const SkMatrix& localToDevice, in drawSpecial() function
|
/third_party/skia/src/pdf/ |
D | SkPDFDevice.h | 112 void drawSpecial(SkSpecialImage*, const SkMatrix&, const SkSamplingOptions&,
|
D | SkPDFDevice.cpp | 1722 void SkPDFDevice::drawSpecial(SkSpecialImage* srcImg, const SkMatrix& localToDevice, in drawSpecial() function in SkPDFDevice
|
/third_party/flutter/skia/src/pdf/ |
D | SkPDFDevice.h | 117 void drawSpecial(SkSpecialImage*, int x, int y, const SkPaint&,
|
D | SkPDFDevice.cpp | 1711 void SkPDFDevice::drawSpecial(SkSpecialImage* srcImg, int x, int y, const SkPaint& paint, in drawSpecial() function in SkPDFDevice
|
/third_party/flutter/skia/src/core/ |
D | SkBitmapDevice.h | 110 void drawSpecial(SkSpecialImage*, int x, int y, const SkPaint&,
|
D | SkDevice.h | 247 virtual void drawSpecial(SkSpecialImage*, int x, int y, const SkPaint&,
|
D | SkCanvas.cpp | 925 dst->drawSpecial(special.get(), x, y, p, nullptr, SkMatrix::I()); in DrawDeviceWithFilter() 1154 this->getTopDevice()->drawSpecial(backImage->fImage.get(), x, y, paint, in internalRestore() 1290 dstDev->drawSpecial(specialImage.get(), pos.x(), pos.y(), *paint, in internalDrawDevice() 2322 iter.fDevice->drawSpecial(special.get(), in onDrawImage() 2400 iter.fDevice->drawSpecial(special.get(), in onDrawBitmap()
|
D | SkDevice.cpp | 319 void SkBaseDevice::drawSpecial(SkSpecialImage*, int x, int y, const SkPaint&, in drawSpecial() function in SkBaseDevice
|
D | SkBitmapDevice.cpp | 615 void SkBitmapDevice::drawSpecial(SkSpecialImage* src, int x, int y, const SkPaint& origPaint, in drawSpecial() function in SkBitmapDevice
|
/third_party/flutter/skia/src/gpu/ |
D | SkGpuDevice.h | 110 void drawSpecial(SkSpecialImage*, int left, int top, const SkPaint& paint,
|
D | SkGpuDevice.cpp | 1009 this->drawSpecial(srcImg.get(), left, top, paint, nullptr, SkMatrix::I()); in drawSprite() 1013 void SkGpuDevice::drawSpecial(SkSpecialImage* special, int left, int top, const SkPaint& paint, in drawSpecial() function in SkGpuDevice 1323 this->drawSpecial(srcImg.get(), left, top, paint, nullptr, SkMatrix::I()); in drawDevice()
|
/third_party/skia/src/gpu/v1/ |
D | Device_v1.h | 130 void drawSpecial(SkSpecialImage*, const SkMatrix& localToDevice, const SkSamplingOptions&,
|
D | Device_drawTexture.cpp | 708 void Device::drawSpecial(SkSpecialImage* special, in drawSpecial() function in skgpu::v1::Device
|