Lines Matching refs:SkStrokeRec
30 #include "include/core/SkStrokeRec.h"
41 static const SkStrokeRec kFillStyle(SkStrokeRec::kFill_InitStyle);
168 this->drawShape(Shape(r), paint, SkStrokeRec(paint));
174 this->drawShape(Shape(SkRRect::MakeOval(oval)), paint, SkStrokeRec(paint));
178 this->drawShape(Shape(rr), paint, SkStrokeRec(paint));
184 this->drawShape(Shape(path), paint, SkStrokeRec(paint));
205 SkStrokeRec stroke(paint, SkPaint::kStroke_Style);
215 const SkStrokeRec& style,
235 SkStrokeRec newStyle = style;
266 const SkStrokeRec::Style styleType = style.getStyle();
267 if (this->needsFlushBeforeDraw(styleType == SkStrokeRec::kStrokeAndFill_Style ? 2 : 1)) {
296 if (styleType == SkStrokeRec::kStroke_Style ||
297 styleType == SkStrokeRec::kHairline_Style ||
298 styleType == SkStrokeRec::kStrokeAndFill_Style) {
303 if (styleType == SkStrokeRec::kFill_Style ||
304 styleType == SkStrokeRec::kStrokeAndFill_Style) {
334 const SkStrokeRec& style,