Lines Matching refs:SkDraw
85 virtual void drawPaint(const SkDraw&, const SkPaint& paint) SK_OVERRIDE;
86 virtual void drawPoints(const SkDraw&, SkCanvas::PointMode mode, size_t count,
88 virtual void drawRect(const SkDraw&, const SkRect& r,
90 virtual void drawRRect(const SkDraw&, const SkRRect& r,
92 virtual void drawOval(const SkDraw&, const SkRect& oval,
94 virtual void drawPath(const SkDraw&, const SkPath& path,
97 virtual void drawBitmap(const SkDraw&, const SkBitmap& bitmap,
99 virtual void drawBitmapRect(const SkDraw&, const SkBitmap&,
103 virtual void drawSprite(const SkDraw&, const SkBitmap& bitmap,
105 virtual void drawText(const SkDraw&, const void* text, size_t len,
107 virtual void drawPosText(const SkDraw&, const void* text, size_t len,
110 virtual void drawTextOnPath(const SkDraw&, const void* text, size_t len,
113 virtual void drawVertices(const SkDraw&, SkCanvas::VertexMode, int vertexCount,
118 virtual void drawDevice(const SkDraw&, SkBaseDevice*, int x, int y,
171 // SkDraw's matrix and draw in device coords.
172 void prepareDraw(const SkDraw&, bool forceIdentity);
177 void drawBitmapCommon(const SkDraw&,
185 * Helper functions called by drawBitmapCommon. By the time these are called the SkDraw's