Searched refs:AXIS_TAG (Results 1 – 1 of 1) sorted by relevance
148 const xmlChar* AXIS_TAG = BAD_CAST("axis"); in copyFont() local150 for (xmlNode* axis = firstElement(fontNode, AXIS_TAG); axis; in copyFont()151 axis = nextSibling(axis, AXIS_TAG)) { in copyFont()