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