Lines Matching refs:SkPaint
24 void onDrawTextBlob(const SkTextBlob*, SkScalar, SkScalar, const SkPaint&) override;
25 void onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) override;
27 const SkPaint&) override;
28 void onDrawPaint(const SkPaint&) override;
29 void onDrawBehind(const SkPaint& paint) override;
30 void onDrawRect(const SkRect&, const SkPaint&) override;
31 void onDrawRegion(const SkRegion&, const SkPaint&) override;
32 void onDrawOval(const SkRect&, const SkPaint&) override;
33 void onDrawArc(const SkRect&, SkScalar, SkScalar, bool, const SkPaint&) override;
34 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override;
35 void onDrawRRect(const SkRRect&, const SkPaint&) override;
36 void onDrawPoints(PointMode, size_t, const SkPoint[], const SkPaint&) override;
37 void onDrawVerticesObject(const SkVertices*, SkBlendMode, const SkPaint&) override;
38 void onDrawPath(const SkPath&, const SkPaint&) override;
41 const SkPaint*) override;
43 const SkPaint*, SrcRectConstraint) override;
45 const SkPaint*) override;
47 SkBlendMode, const SkSamplingOptions&, const SkRect*, const SkPaint*) override;
50 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
58 const SkSamplingOptions&,const SkPaint*, SrcRectConstraint) override;
61 inline SkPaint overdrawPaint(const SkPaint& paint);
63 SkPaint fPaint;