Searched refs:SVG_PRES_ATTR (Results 1 – 1 of 1) sorted by relevance
/external/skia/modules/svg/include/ |
D | SkSVGNode.h | 64 #define SVG_PRES_ATTR(attr_name, attr_type, attr_inherited) \ macro 115 SVG_PRES_ATTR(ClipRule , SkSVGFillRule , true) 116 SVG_PRES_ATTR(Color , SkSVGColorType , true) 117 SVG_PRES_ATTR(ColorInterpolation , SkSVGColorspace, true) 118 SVG_PRES_ATTR(ColorInterpolationFilters, SkSVGColorspace, true) 119 SVG_PRES_ATTR(FillRule , SkSVGFillRule , true) 120 SVG_PRES_ATTR(Fill , SkSVGPaint , true) 121 SVG_PRES_ATTR(FillOpacity , SkSVGNumberType, true) 122 SVG_PRES_ATTR(FontFamily , SkSVGFontFamily, true) 123 SVG_PRES_ATTR(FontSize , SkSVGFontSize , true) [all …]
|