Home | History | Annotate | Download | only in gpu

Lines Matching refs:SkDraw

75     virtual void drawPaint(const SkDraw&, const SkPaint& paint) SK_OVERRIDE;
76 virtual void drawPoints(const SkDraw&, SkCanvas::PointMode mode, size_t count,
78 virtual void drawRect(const SkDraw&, const SkRect& r,
80 virtual void drawPath(const SkDraw&, const SkPath& path,
83 virtual void drawBitmap(const SkDraw&, const SkBitmap& bitmap,
86 virtual void drawSprite(const SkDraw&, const SkBitmap& bitmap,
88 virtual void drawText(const SkDraw&, const void* text, size_t len,
90 virtual void drawPosText(const SkDraw&, const void* text, size_t len,
93 virtual void drawTextOnPath(const SkDraw&, const void* text, size_t len,
96 virtual void drawVertices(const SkDraw&, SkCanvas::VertexMode, int vertexCount,
101 virtual void drawDevice(const SkDraw&, SkDevice*, int x, int y,
202 void prepareRenderTarget(const SkDraw&);
207 void internalDrawBitmap(const SkDraw&, const SkBitmap&,