Home | History | Annotate | Download | only in parser

Lines Matching refs:attr

28 #define SVG_ATTRIBUTE(attr) { #attr, SK_OFFSETOF(BASE_CLASS, f_##attr) }
31 #define SVG_ATTRIBUTE(attr) { #attr }
35 #define SVG_ADD_ATTRIBUTE(attr) \
36 if (f_##attr.size() > 0) \
37 parser._addAttributeLen(#attr, f_##attr.c_str(), f_##attr.size())
39 #define SVG_ADD_ATTRIBUTE_ALIAS(attr, alias) \
41 parser._addAttributeLen(#attr, f_##alias.c_str(), f_##alias.size())