Lines Matching defs:SkPaint
59 void onDrawPaint(const SkPaint&) override { mOutput << mIdent << "drawPaint" << std::endl; } in onDrawPaint()
61 void onDrawPath(const SkPath&, const SkPaint&) override { in onDrawPath()
65 void onDrawRect(const SkRect&, const SkPaint&) override { in onDrawRect()
69 void onDrawRegion(const SkRegion&, const SkPaint&) override { in onDrawRegion()
73 void onDrawOval(const SkRect&, const SkPaint&) override { in onDrawOval()
77 void onDrawArc(const SkRect&, SkScalar, SkScalar, bool, const SkPaint&) override { in onDrawArc()
81 void onDrawRRect(const SkRRect&, const SkPaint&) override { in onDrawRRect()
85 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override { in onDrawDRRect()
89 void onDrawTextBlob(const SkTextBlob*, SkScalar, SkScalar, const SkPaint&) override { in onDrawTextBlob()
94 const SkPaint*) override { in onDrawImage2()
99 const SkPaint*, SrcRectConstraint) override { in onDrawImageRect2()
104 SkFilterMode, const SkPaint*) override { in onDrawImageLattice2()
108 void onDrawPoints(SkCanvas::PointMode, size_t, const SkPoint[], const SkPaint&) override { in onDrawPoints()
112 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override { in onDrawPicture()