Home | History | Annotate | Download | only in model

Lines Matching refs:result

11     SkSVGPresentationAttributes result;
13 result.fFill.set(SkSVGPaint(SkSVGColorType(SK_ColorBLACK)));
14 result.fFillOpacity.set(SkSVGNumberType(1));
15 result.fFillRule.set(SkSVGFillRule(SkSVGFillRule::Type::kNonZero));
16 result.fClipRule.set(SkSVGFillRule(SkSVGFillRule::Type::kNonZero));
18 result.fStroke.set(SkSVGPaint(SkSVGPaint::Type::kNone));
19 result.fStrokeDashArray.set(SkSVGDashArray(SkSVGDashArray::Type::kNone));
20 result.fStrokeDashOffset.set(SkSVGLength(0));
21 result.fStrokeLineCap.set(SkSVGLineCap(SkSVGLineCap::Type::kButt));
22 result.fStrokeLineJoin.set(SkSVGLineJoin(SkSVGLineJoin::Type::kMiter));
23 result.fStrokeMiterLimit.set(SkSVGNumberType(4));
24 result.fStrokeOpacity.set(SkSVGNumberType(1));
25 result.fStrokeWidth.set(SkSVGLength(1));
27 result.fVisibility.set(SkSVGVisibility(SkSVGVisibility::Type::kVisible));
29 return result;