Lines Matching defs:SkPaint
30 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) { in onDrawDRRect()
40 void onDrawPaint(const SkPaint&) { ADD_FAILURE() << "onDrawPaint not expected in this test"; } in onDrawPaint()
41 void onDrawRect(const SkRect&, const SkPaint&) { in onDrawRect()
47 void onDrawOval(const SkRect&, const SkPaint&) { in onDrawOval()
51 const SkPaint&) { in onDrawArc()
54 void onDrawRRect(const SkRRect&, const SkPaint&) { in onDrawRRect()
57 void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) { in onDrawPoints()
60 void onDrawVerticesObject(const SkVertices*, SkBlendMode, const SkPaint&) { in onDrawVerticesObject()
64 SkBlendMode, const SkSamplingOptions&, const SkRect* cull, const SkPaint*) { in onDrawAtlas2()
67 void onDrawPath(const SkPath&, const SkPaint&) { in onDrawPath()
71 const SkPaint*) { in onDrawImage2()
75 const SkPaint*, SrcRectConstraint) { in onDrawImageRect2()
79 SkFilterMode, const SkPaint*) { in onDrawImageLattice2()
92 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) { in onDrawPicture()