Lines Matching defs:paint
42 void drawRect(const SkRect& rect, const SkPaint& paint) const {
43 this->drawRect(rect, paint, nullptr, nullptr);
51 * stroking or other effects. If there are no effects on the paint that
55 void drawPath(const SkPath& path, const SkPaint& paint,
57 this->drawPath(path, paint, prePathMatrix, pathIsMutable, false);
65 const SkPaint& paint,
77 void drawPathCoverage(const SkPath& src, const SkPaint& paint,
79 bool isHairline = paint.getStyle() == SkPaint::kStroke_Style &&
80 paint.getStrokeWidth() > 0;
81 this->drawPath(src, paint, nullptr, false, !isHairline, customBlitter);
87 const SkPaint& paint) const override;
89 void paintMasks(SkDrawableGlyphBuffer* drawables, const SkPaint& paint) const override;
115 * Based on the paint's style, strokeWidth, and the matrix, classify how
129 const SkPaint& paint,
145 const SkPaint& paint,