Lines Matching refs:stroke
265 SkStrokeRec stroke(SkStrokeRec::kFill_InitStyle);
266 stroke.setStrokeStyle(8);
267 stroke.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kMiter_Join, 4);
268 return {{path, stroke, SK_PMColor4fWHITE}};
313 SkStrokeRec stroke(SkStrokeRec::kFill_InitStyle);
314 // The number of paths with a given stroke width in the MotionMark bench gets cut in half
315 // every time the stroke width increases by 1.
317 stroke.setStrokeStyle(strokeWidth);
318 stroke.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kBevel_Join, 0);
319 pathStrokes.emplace_back(path, stroke, SK_PMColor4fWHITE);