Home
last modified time | relevance | path

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

/frameworks/minikin/tests/
DFontTestUtils.cpp53 for (xmlNode* fontNode = familyNode->children; fontNode; fontNode = fontNode->next) { in getFontCollection() local
54 if (xmlStrcmp(fontNode->name, (const xmlChar*)"font") != 0) { in getFontCollection()
58 int weight = atoi((const char*)(xmlGetProp(fontNode, (const xmlChar*)"weight"))) / 100; in getFontCollection()
60 xmlGetProp(fontNode, (const xmlChar*)"style"), (const xmlChar*)"italic") == 0; in getFontCollection()
62 xmlChar* fontFileName = xmlNodeListGetString(doc, fontNode->xmlChildrenNode, 1); in getFontCollection()