• Home
  • Raw
  • Download

Lines Matching defs:SkSVGPresentationAttributes

69 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;
84 SkSVGProperty<SkSVGNumberType, true> fStrokeMiterLimit;
85 SkSVGProperty<SkSVGNumberType, true> fStrokeOpacity;
86 SkSVGProperty<SkSVGLength , true> fStrokeWidth;
88 SkSVGProperty<SkSVGVisibility, true> fVisibility;
90 SkSVGProperty<SkSVGColorType , true> fColor;
91 SkSVGProperty<SkSVGColorspace, true> fColorInterpolation;
92 SkSVGProperty<SkSVGColorspace, true> fColorInterpolationFilters;
94 SkSVGProperty<SkSVGFontFamily, true> fFontFamily;
95 SkSVGProperty<SkSVGFontStyle , true> fFontStyle;
96 SkSVGProperty<SkSVGFontSize , true> fFontSize;
97 SkSVGProperty<SkSVGFontWeight, true> fFontWeight;
98 SkSVGProperty<SkSVGTextAnchor, true> fTextAnchor;
101 SkSVGProperty<SkSVGNumberType, false> fOpacity;
102 SkSVGProperty<SkSVGFuncIRI , false> fClipPath;
103 SkSVGProperty<SkSVGDisplay , false> fDisplay;
104 SkSVGProperty<SkSVGFuncIRI , false> fMask;
105 SkSVGProperty<SkSVGFuncIRI , false> fFilter;
106 SkSVGProperty<SkSVGColor , false> fStopColor;
107 SkSVGProperty<SkSVGNumberType, false> fStopOpacity;
108 SkSVGProperty<SkSVGColor , false> fFloodColor;
109 SkSVGProperty<SkSVGNumberType, false> fFloodOpacity;
110 SkSVGProperty<SkSVGColor , false> fLightingColor;