Searched defs:drawSpecial (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/experimental/graphite/src/ |
D | Device.h | 108 void drawSpecial(SkSpecialImage*, const SkMatrix& localToDevice, in drawSpecial() function
|
/third_party/flutter/skia/src/core/ |
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/skia/src/core/ |
D | SkBitmapDevice.cpp | 590 void SkBitmapDevice::drawSpecial(SkSpecialImage* src, in drawSpecial() function in SkBitmapDevice
|
D | SkDevice.cpp | 315 void SkBaseDevice::drawSpecial(SkSpecialImage*, const SkMatrix&, const SkSamplingOptions&, in drawSpecial() function in SkBaseDevice
|
/third_party/skia/src/gpu/v1/ |
D | Device_drawTexture.cpp | 708 void Device::drawSpecial(SkSpecialImage* special, in drawSpecial() function in skgpu::v1::Device
|
/third_party/skia/src/pdf/ |
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.cpp | 1711 void SkPDFDevice::drawSpecial(SkSpecialImage* srcImg, int x, int y, const SkPaint& paint, in drawSpecial() function in SkPDFDevice
|
/third_party/flutter/skia/src/gpu/ |
D | SkGpuDevice.cpp | 1013 void SkGpuDevice::drawSpecial(SkSpecialImage* special, int left, int top, const SkPaint& paint, in drawSpecial() function in SkGpuDevice
|