Searched defs:SkDraw (Results 1 - 8 of 8) sorted by relevance

/external/skia/include/core/
H A DSkDraw.h29 class SkDraw { class
31 SkDraw();
32 SkDraw(const SkDraw& src);
/external/skia/legacy/include/core/
H A DSkDraw.h29 class SkDraw { class
31 SkDraw();
32 SkDraw(const SkDraw& src);
/external/skia/legacy/include/utils/
H A DSkDeferredCanvas.h227 virtual void drawPaint(const SkDraw&, const SkPaint& paint) argument
229 virtual void drawPoints(const SkDraw&, SkCanvas::PointMode mode, argument
233 virtual void drawRect(const SkDraw&, const SkRect& r, argument
236 virtual void drawPath(const SkDraw&, const SkPath& path, argument
241 virtual void drawBitmap(const SkDraw&, const SkBitmap& bitmap, argument
245 virtual void drawSprite(const SkDraw&, const SkBitmap& bitmap, argument
248 virtual void drawText(const SkDraw&, const void* text, size_t len, argument
251 virtual void drawPosText(const SkDraw&, const void* text, size_t len, argument
255 virtual void drawTextOnPath(const SkDraw&, const void* text, argument
260 virtual void drawPosTextOnPath(const SkDraw
266 drawVertices(const SkDraw&, SkCanvas::VertexMode, int vertexCount, const SkPoint verts[], const SkPoint texs[], const SkColor colors[], SkXfermode* xmode, const uint16_t indices[], int indexCount, const SkPaint& paint) argument
272 drawDevice(const SkDraw&, SkDevice*, int x, int y, const SkPaint&) argument
[all...]
/external/skia/tests/
H A DDeferredCanvasTest.cpp207 virtual void drawBitmap(const SkDraw&, const SkBitmap&, argument
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp188 virtual void drawPaint(const SkDraw&, const SkPaint& paint) argument
190 virtual void drawPoints(const SkDraw&, SkCanvas::PointMode mode, argument
194 virtual void drawRect(const SkDraw&, const SkRect& r, argument
197 virtual void drawPath(const SkDraw&, const SkPath& path, argument
202 virtual void drawBitmap(const SkDraw&, const SkBitmap& bitmap, argument
206 virtual void drawSprite(const SkDraw&, const SkBitmap& bitmap, argument
209 virtual void drawText(const SkDraw&, const void* text, size_t len, argument
212 virtual void drawPosText(const SkDraw&, const void* text, size_t len, argument
216 virtual void drawTextOnPath(const SkDraw&, const void* text, argument
221 virtual void drawPosTextOnPath(const SkDraw
227 drawVertices(const SkDraw&, SkCanvas::VertexMode, int vertexCount, const SkPoint verts[], const SkPoint texs[], const SkColor colors[], SkXfermode* xmode, const uint16_t indices[], int indexCount, const SkPaint& paint) argument
233 drawDevice(const SkDraw&, SkDevice*, int x, int y, const SkPaint&) argument
[all...]
/external/skia/legacy/src/core/
H A DSkDraw.cpp10 #include "SkDraw.h"
116 SkDraw::SkDraw() { function in class:SkDraw
120 SkDraw::SkDraw(const SkDraw& src) { function in class:SkDraw
252 void SkDraw::drawPaint(const SkPaint& paint) const {
535 void SkDraw::drawPoints(SkCanvas::PointMode mode, size_t count,
562 SkDraw noBounder(*this);
683 SkDraw
[all...]
/external/skia/src/core/
H A DSkDraw.cpp9 #include "SkDraw.h"
117 SkDraw::SkDraw() { function in class:SkDraw
121 SkDraw::SkDraw(const SkDraw& src) { function in class:SkDraw
125 bool SkDraw::computeConservativeLocalClipBounds(SkRect* localBounds) const {
270 void SkDraw::drawPaint(const SkPaint& paint) const {
574 void SkDraw::drawPoints(SkCanvas::PointMode mode, size_t count,
601 SkDraw noBounde
[all...]
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp23 #include "SkDraw.h"
1128 void SkXPSDevice::drawPoints(const SkDraw& d, SkCanvas::PointMode mode,
1135 void SkXPSDevice::drawVertices(const SkDraw&, SkCanvas::VertexMode, argument
1144 void SkXPSDevice::drawPaint(const SkDraw& d, const SkPaint& origPaint) {
1157 void SkXPSDevice::drawRect(const SkDraw& d,
1163 void SkXPSDevice::internalDrawRect(const SkDraw& d,
1342 HRESULT SkXPSDevice::drawInverseWindingPath(const SkDraw& d,
1534 HRESULT SkXPSDevice::applyMask(const SkDraw& d,
1638 void SkXPSDevice::drawPath(const SkDraw& d,
1784 if (SkDraw
2007 drawSprite(const SkDraw&, const SkBitmap& bitmap, int x, int y, const SkPaint& paint) argument
[all...]

Completed in 1101 milliseconds