Searched refs:drawDevice (Results 1 – 9 of 9) sorted by relevance
/external/skia/include/gpu/ |
D | SkGpuDevice.h | 101 virtual void drawDevice(const SkDraw&, SkDevice*, int x, int y,
|
/external/skia/include/core/ |
D | SkDevice.h | 246 virtual void drawDevice(const SkDraw&, SkDevice*, int x, int y,
|
D | SkCanvas.h | 991 void drawDevice(SkDevice*, int x, int y, const SkPaint*);
|
/external/skia/include/pdf/ |
D | SkPDFDevice.h | 100 virtual void drawDevice(const SkDraw&, SkDevice*, int x, int y,
|
/external/skia/include/utils/ |
D | SkDeferredCanvas.h | 272 virtual void drawDevice(const SkDraw&, SkDevice*, int x, int y, in drawDevice() function
|
/external/skia/src/core/ |
D | SkDevice.cpp | 357 void SkDevice::drawDevice(const SkDraw& draw, SkDevice* device, in drawDevice() function in SkDevice
|
D | SkCanvas.cpp | 845 this->drawDevice(layer->fDevice, origin.x(), origin.y(), in internalRestore() 931 void SkCanvas::drawDevice(SkDevice* srcDev, int x, int y, in drawDevice() function in SkCanvas 955 dstDev->drawDevice(iter, srcDev, pos.x(), pos.y(), *paint); in drawDevice()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 912 void SkPDFDevice::drawDevice(const SkDraw& d, SkDevice* device, int x, int y, in drawDevice() function in SkPDFDevice 916 SkDevice::drawDevice(d, device, x, y, paint); in drawDevice()
|
/external/skia/src/gpu/ |
D | SkGpuDevice.cpp | 1565 void SkGpuDevice::drawDevice(const SkDraw& draw, SkDevice* dev, in drawDevice() function in SkGpuDevice
|