Home
last modified time | relevance | path

Searched refs:drawDevice (Results 1 – 9 of 9) sorted by relevance

/external/skia/include/gpu/
DSkGpuDevice.h101 virtual void drawDevice(const SkDraw&, SkDevice*, int x, int y,
/external/skia/include/core/
DSkDevice.h246 virtual void drawDevice(const SkDraw&, SkDevice*, int x, int y,
DSkCanvas.h991 void drawDevice(SkDevice*, int x, int y, const SkPaint*);
/external/skia/include/pdf/
DSkPDFDevice.h100 virtual void drawDevice(const SkDraw&, SkDevice*, int x, int y,
/external/skia/include/utils/
DSkDeferredCanvas.h272 virtual void drawDevice(const SkDraw&, SkDevice*, int x, int y, in drawDevice() function
/external/skia/src/core/
DSkDevice.cpp357 void SkDevice::drawDevice(const SkDraw& draw, SkDevice* device, in drawDevice() function in SkDevice
DSkCanvas.cpp845 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/
DSkPDFDevice.cpp912 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/
DSkGpuDevice.cpp1565 void SkGpuDevice::drawDevice(const SkDraw& draw, SkDevice* dev, in drawDevice() function in SkGpuDevice