• Home
  • Raw
  • Download

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 onDrawRect(const SkRect&, const SkPaint&) override;
30 void onDrawRegion(const SkRegion&, const SkPaint&) override;
31 void onDrawOval(const SkRect&, const SkPaint&) override;
32 void onDrawArc(const SkRect&, SkScalar, SkScalar, bool, const SkPaint&) override;
33 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override;
34 void onDrawRRect(const SkRRect&, const SkPaint&) override;
35 void onDrawPoints(PointMode, size_t, const SkPoint[], const SkPaint&) override;
37 SkBlendMode, const SkPaint&) override;
39 int, SkBlendMode, const SkRect*, const SkPaint*) override;
40 void onDrawPath(const SkPath&, const SkPaint&) override;
41 void onDrawImage(const SkImage*, SkScalar, SkScalar, const SkPaint*) override;
42 void onDrawImageRect(const SkImage*, const SkRect*, const SkRect&, const SkPaint*,
44 void onDrawImageNine(const SkImage*, const SkIRect&, const SkRect&, const SkPaint*) override;
45 void onDrawImageLattice(const SkImage*, const Lattice&, const SkRect&, const SkPaint*) override;
47 void onDrawBitmap(const SkBitmap&, SkScalar, SkScalar, const SkPaint*) override;
48 void onDrawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint*,
50 void onDrawBitmapNine(const SkBitmap&, const SkIRect&, const SkRect&, const SkPaint*) override;
52 const SkPaint*) override;
54 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
61 const SkFont&, const SkPaint&);
63 inline SkPaint overdrawPaint(const SkPaint& paint);
65 SkPaint fPaint;