Lines Matching refs:style
4 * Use of this source code is governed by a BSD-style license that can be
92 SkStrokeRec::Style style,
98 strokeWidth, style, join, miterLimit,
107 SkStrokeRec::Style style,
113 PathData{viewMatrix, path, color, strokeWidth, miterLimit, style, join});
352 if (args.fShape->style().pathEffect()) {
362 const SkStrokeRec& stroke = args.fShape->style().strokeRec();
397 SkASSERT(!args.fShape->style().pathEffect());
401 bool fill = args.fShape->style().isSimpleFill();
402 const SkStrokeRec& stroke = args.fShape->style().strokeRec();
426 SkStrokeRec::Style style = styles[random->nextU() % 3];
432 if (SkStrokeRec::kFill_Style != style) {
443 strokeWidth, style, join, miterLimit,