Home
last modified time | relevance | path

Searched refs:AXIS_TAG (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/native/android/
Dsystem_fonts.cpp186 const xmlChar* AXIS_TAG = BAD_CAST("axis"); in copyFont() local
188 for (xmlNode* axis = firstElement(fontNode, AXIS_TAG); axis; in copyFont()
189 axis = nextSibling(axis, AXIS_TAG)) { in copyFont()