Lines Matching defs:SkSVGPresentationAttributes
62 struct SkSVGPresentationAttributes { struct
67 SkTLazy<SkSVGPaint> fFill;
68 SkTLazy<SkSVGNumberType> fFillOpacity;
69 SkTLazy<SkSVGFillRule> fFillRule;
70 SkTLazy<SkSVGFillRule> fClipRule;
72 SkTLazy<SkSVGPaint> fStroke;
73 SkTLazy<SkSVGDashArray> fStrokeDashArray;
74 SkTLazy<SkSVGLength> fStrokeDashOffset;
75 SkTLazy<SkSVGLineCap> fStrokeLineCap;
76 SkTLazy<SkSVGLineJoin> fStrokeLineJoin;
77 SkTLazy<SkSVGNumberType> fStrokeMiterLimit;
78 SkTLazy<SkSVGNumberType> fStrokeOpacity;
79 SkTLazy<SkSVGLength> fStrokeWidth;
81 SkTLazy<SkSVGVisibility> fVisibility;
84 SkTLazy<SkSVGNumberType> fOpacity;
85 SkTLazy<SkSVGClip> fClipPath;