• Home
  • Raw
  • Download

Lines Matching defs:SkPaint

41     void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override {}  in onDrawDRRect()
43 void onDrawTextBlob(const SkTextBlob*, SkScalar, SkScalar, const SkPaint&) override {} in onDrawTextBlob()
45 const SkPaint&) override {} in onDrawPatch()
47 void onDrawPaint(const SkPaint&) override {} in onDrawPaint()
48 void onDrawBehind(const SkPaint&) override {} in onDrawBehind()
49 void onDrawPoints(PointMode, size_t, const SkPoint[], const SkPaint&) override {} in onDrawPoints()
50 void onDrawRect(const SkRect&, const SkPaint&) override {} in onDrawRect()
51 void onDrawRegion(const SkRegion&, const SkPaint&) override {} in onDrawRegion()
52 void onDrawOval(const SkRect&, const SkPaint&) override {} in onDrawOval()
53 void onDrawArc(const SkRect&, SkScalar, SkScalar, bool, const SkPaint&) override {} in onDrawArc()
54 void onDrawRRect(const SkRRect&, const SkPaint&) override {} in onDrawRRect()
55 void onDrawPath(const SkPath&, const SkPaint&) override {} in onDrawPath()
58 const SkPaint*) override {} in onDrawImage2()
60 const SkPaint*, SrcRectConstraint) override {} in onDrawImageRect2()
62 const SkPaint*) override {} in onDrawImageLattice2()
64 SkBlendMode, const SkSamplingOptions&, const SkRect*, const SkPaint*) override {} in onDrawAtlas2()
66 void onDrawVerticesObject(const SkVertices*, SkBlendMode, const SkPaint&) override {} in onDrawVerticesObject()
68 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override {} in onDrawPicture()
73 const SkSamplingOptions&, const SkPaint*, in onDrawEdgeAAImageSet2()