Lines Matching refs:SkPaint
14 #include "include/core/SkPaint.h"
37 void drawPaint(const SkPaint&) const;
39 const SkPaint&, SkBaseDevice*) const;
40 void drawRect(const SkRect& prePaintRect, const SkPaint&, const SkMatrix* paintMatrix,
42 void drawRect(const SkRect& rect, const SkPaint& paint) const {
45 void drawRRect(const SkRRect&, const SkPaint&) const;
55 void drawPath(const SkPath& path, const SkPaint& paint,
62 const SkSamplingOptions&, const SkPaint&) const override;
63 void drawSprite(const SkBitmap&, int x, int y, const SkPaint&) const;
65 const SkPaint& paint,
67 void drawVertices(const SkVertices*, SkBlendMode, const SkPaint&) const;
69 SkBlendMode, const SkPaint&);
77 void drawPathCoverage(const SkPath& src, const SkPaint& paint,
79 bool isHairline = paint.getStyle() == SkPaint::kStroke_Style &&
87 const SkPaint& paint) const override;
89 void paintMasks(SkDrawableGlyphBuffer* drawables, const SkPaint& paint) const override;
105 void drawDevMask(const SkMask& mask, const SkPaint&) const;
122 static RectType ComputeRectType(const SkRect&, const SkPaint&, const SkMatrix&,
126 void drawBitmapAsMask(const SkBitmap&, const SkSamplingOptions&, const SkPaint&) const;
129 const SkPaint& paint,
136 const SkPaint&,
142 void drawLine(const SkPoint[2], const SkPaint&) const;
145 const SkPaint& paint,