Home | History | Annotate | Download | only in svg

Lines Matching refs:attr

27 #define SVG_ATTRIBUTE(attr) { #attr, SK_OFFSETOF(BASE_CLASS, f_##attr) }
30 #define SVG_ATTRIBUTE(attr) { #attr }
34 #define SVG_ADD_ATTRIBUTE(attr) \
35 if (f_##attr.size() > 0) \
36 parser._addAttributeLen(#attr, f_##attr.c_str(), f_##attr.size())
38 #define SVG_ADD_ATTRIBUTE_ALIAS(attr, alias) \
40 parser._addAttributeLen(#attr, f_##alias.c_str(), f_##alias.size())