Home
last modified time | relevance | path

Searched defs:SkSVGPresentationAttributes (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/modules/svg/include/
DSkSVGAttribute.h69 struct SkSVGPresentationAttributes { struct
74 SkSVGProperty<SkSVGPaint , true> fFill;
75 SkSVGProperty<SkSVGNumberType, true> fFillOpacity;
76 SkSVGProperty<SkSVGFillRule , true> fFillRule;
77 SkSVGProperty<SkSVGFillRule , true> fClipRule;
79 SkSVGProperty<SkSVGPaint , true> fStroke;
80 SkSVGProperty<SkSVGDashArray , true> fStrokeDashArray;
81 SkSVGProperty<SkSVGLength , true> fStrokeDashOffset;
82 SkSVGProperty<SkSVGLineCap , true> fStrokeLineCap;
83 SkSVGProperty<SkSVGLineJoin , true> fStrokeLineJoin;
[all …]