Lines Matching refs:PARSE_AND_SET

91 #define PARSE_AND_SET(svgName, attrName)                                                        \
96 return PARSE_AND_SET( "clip-path" , ClipPath)
97 || PARSE_AND_SET("clip-rule" , ClipRule)
98 || PARSE_AND_SET("color" , Color)
99 || PARSE_AND_SET("color-interpolation" , ColorInterpolation)
100 || PARSE_AND_SET("color-interpolation-filters", ColorInterpolationFilters)
101 || PARSE_AND_SET("display" , Display)
102 || PARSE_AND_SET("fill" , Fill)
103 || PARSE_AND_SET("fill-opacity" , FillOpacity)
104 || PARSE_AND_SET("fill-rule" , FillRule)
105 || PARSE_AND_SET("filter" , Filter)
106 || PARSE_AND_SET("flood-color" , FloodColor)
107 || PARSE_AND_SET("flood-opacity" , FloodOpacity)
108 || PARSE_AND_SET("font-family" , FontFamily)
109 || PARSE_AND_SET("font-size" , FontSize)
110 || PARSE_AND_SET("font-style" , FontStyle)
111 || PARSE_AND_SET("font-weight" , FontWeight)
112 || PARSE_AND_SET("lighting-color" , LightingColor)
113 || PARSE_AND_SET("mask" , Mask)
114 || PARSE_AND_SET("opacity" , Opacity)
115 || PARSE_AND_SET("stop-color" , StopColor)
116 || PARSE_AND_SET("stop-opacity" , StopOpacity)
117 || PARSE_AND_SET("stroke" , Stroke)
118 || PARSE_AND_SET("stroke-dasharray" , StrokeDashArray)
119 || PARSE_AND_SET("stroke-dashoffset" , StrokeDashOffset)
120 || PARSE_AND_SET("stroke-linecap" , StrokeLineCap)
121 || PARSE_AND_SET("stroke-linejoin" , StrokeLineJoin)
122 || PARSE_AND_SET("stroke-miterlimit" , StrokeMiterLimit)
123 || PARSE_AND_SET("stroke-opacity" , StrokeOpacity)
124 || PARSE_AND_SET("stroke-width" , StrokeWidth)
125 || PARSE_AND_SET("text-anchor" , TextAnchor)
126 || PARSE_AND_SET("visibility" , Visibility);
128 #undef PARSE_AND_SET