Home | History | Annotate | Download | only in core

Lines Matching refs:SkDraw

20 class SkDraw;
193 * should use the matrix and clip from the SkDraw passed to draw functions.
224 virtual void drawPaint(const SkDraw&, const SkPaint& paint) = 0;
225 virtual void drawPoints(const SkDraw&, SkCanvas::PointMode mode, size_t count,
227 virtual void drawRect(const SkDraw&, const SkRect& r,
229 virtual void drawOval(const SkDraw&, const SkRect& oval,
231 virtual void drawRRect(const SkDraw&, const SkRRect& rr,
245 virtual void drawPath(const SkDraw&, const SkPath& path,
249 virtual void drawBitmap(const SkDraw&, const SkBitmap& bitmap,
251 virtual void drawSprite(const SkDraw&, const SkBitmap& bitmap,
258 virtual void drawBitmapRect(const SkDraw&, const SkBitmap&,
267 virtual void drawText(const SkDraw&, const void* text, size_t len,
269 virtual void drawPosText(const SkDraw&, const void* text, size_t len,
272 virtual void drawTextOnPath(const SkDraw&, const void* text, size_t len,
275 virtual void drawVertices(const SkDraw&, SkCanvas::VertexMode, int vertexCount,
283 virtual void drawDevice(const SkDraw&, SkBaseDevice*, int x, int y,
287 virtual void drawPosTextOnPath(const SkDraw&, const void* text, size_t len,
381 friend class SkDraw;