Lines Matching refs:SkPaint
24 void onDrawTextBlob(const SkTextBlob*, SkScalar, SkScalar, const SkPaint&) override;
26 const SkPaint&) override;
27 void onDrawPaint(const SkPaint&) override;
28 void onDrawBehind(const SkPaint& paint) override;
29 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;
38 SkBlendMode, const SkPaint&) override;
40 int, SkBlendMode, const SkRect*, const SkPaint*) override;
41 void onDrawPath(const SkPath&, const SkPaint&) override;
42 void onDrawImage(const SkImage*, SkScalar, SkScalar, const SkPaint*) override;
43 void onDrawImageRect(const SkImage*, const SkRect*, const SkRect&, const SkPaint*,
45 void onDrawImageNine(const SkImage*, const SkIRect&, const SkRect&, const SkPaint*) override;
46 void onDrawImageLattice(const SkImage*, const Lattice&, const SkRect&, const SkPaint*) override;
48 void onDrawBitmap(const SkBitmap&, SkScalar, SkScalar, const SkPaint*) override;
49 void onDrawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint*,
51 void onDrawBitmapNine(const SkBitmap&, const SkIRect&, const SkRect&, const SkPaint*) override;
53 const SkPaint*) override;
55 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
62 const SkFont&, const SkPaint&);
64 inline SkPaint overdrawPaint(const SkPaint& paint);
66 SkPaint fPaint;