Lines Matching defs:SkPaint
55 void onDrawPaint(const SkPaint&) override { mOutput << mIdent << "drawPaint" << std::endl; } in onDrawPaint()
57 void onDrawPath(const SkPath&, const SkPaint&) override { in onDrawPath()
61 void onDrawRect(const SkRect&, const SkPaint&) override { in onDrawRect()
65 void onDrawRegion(const SkRegion&, const SkPaint&) override { in onDrawRegion()
69 void onDrawOval(const SkRect&, const SkPaint&) override { in onDrawOval()
73 void onDrawArc(const SkRect&, SkScalar, SkScalar, bool, const SkPaint&) override { in onDrawArc()
77 void onDrawRRect(const SkRRect&, const SkPaint&) override { in onDrawRRect()
81 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override { in onDrawDRRect()
85 void onDrawTextBlob(const SkTextBlob*, SkScalar, SkScalar, const SkPaint&) override { in onDrawTextBlob()
89 void onDrawImage(const SkImage*, SkScalar dx, SkScalar dy, const SkPaint*) override { in onDrawImage()
94 const SkPaint*) override { in onDrawImageNine()
98 void onDrawImageRect(const SkImage*, const SkRect*, const SkRect&, const SkPaint*, in onDrawImageRect()
104 const SkPaint*) override { in onDrawImageLattice()
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()