Searched defs:SkDraw (Results 1 – 7 of 7) sorted by relevance
/external/skia/include/core/ |
D | SkBitmapDevice.h | 24 class SkDraw; variable 150 friend class SkDraw; variable
|
D | SkDevice.h | 19 class SkDraw; variable 382 friend class SkDraw; variable
|
D | SkCanvas.h | 25 class SkDraw; variable
|
D | SkPaint.h | 1138 friend class SkDraw; variable
|
/external/skia/src/svg/ |
D | SkSVGDevice.cpp | 768 void SkSVGDevice::drawTextOnPath(const SkDraw&, const void* text, size_t len, const SkPath& path, in drawTextOnPath() 805 void SkSVGDevice::drawVertices(const SkDraw&, SkCanvas::VertexMode, int vertexCount, in drawVertices() 814 void SkSVGDevice::drawDevice(const SkDraw&, SkBaseDevice*, int x, int y, in drawDevice()
|
/external/skia/src/device/xps/ |
D | SkXPSDevice.cpp | 1171 void SkXPSDevice::drawVertices(const SkDraw&, SkCanvas::VertexMode, in drawVertices() 1869 void SkXPSDevice::drawSprite(const SkDraw&, const SkBitmap& bitmap, in drawSprite()
|
/external/skia/src/core/ |
D | SkDraw.cpp | 112 SkDraw::SkDraw() { in SkDraw() function in SkDraw 116 SkDraw::SkDraw(const SkDraw& src) { in SkDraw() function in SkDraw
|