Lines Matching defs:SkPaint
32 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) { in onDrawDRRect()
42 void onDrawPaint(const SkPaint&) { ADD_FAILURE() << "onDrawPaint not expected in this test"; } in onDrawPaint()
43 void onDrawRect(const SkRect&, const SkPaint&) { in onDrawRect()
49 void onDrawOval(const SkRect&, const SkPaint&) { in onDrawOval()
53 const SkPaint&) { in onDrawArc()
56 void onDrawRRect(const SkRRect&, const SkPaint&) { in onDrawRRect()
59 void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) { in onDrawPoints()
62 void onDrawVerticesObject(const SkVertices*, SkBlendMode, const SkPaint&) { in onDrawVerticesObject()
66 SkBlendMode, const SkSamplingOptions&, const SkRect* cull, const SkPaint*) { in onDrawAtlas2()
69 void onDrawPath(const SkPath&, const SkPaint&) { in onDrawPath()
73 const SkPaint*) { in onDrawImage2()
77 const SkPaint*, SrcRectConstraint) { in onDrawImageRect2()
81 SkFilterMode, const SkPaint*) { in onDrawImageLattice2()
94 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) { in onDrawPicture()