Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/svg/include/
H A DSkSVGFilter.h33 SVG_ATTR(FilterUnits, in SVG_ATTR() function
H A DSkSVGFe.h66 SVG_ATTR(In, SkSVGFeInputType, SkSVGFeInputType()) in SVG_ATTR() function
H A DSkSVGGradient.h29 SVG_ATTR(Href, SkSVGIRI, SkSVGIRI()) in SVG_ATTR() function
H A DSkSVGText.h100 SVG_ATTR(Text, SkSVGStringType, SkSVGStringType()) in SVG_ATTR() function
H A DSkSVGNode.h214 #define SVG_ATTR(attr_name, attr_type, attr_default) \ macro