Searched refs:mXmlDoc (Results 1 – 1 of 1) sorted by relevance
51 XmlDocUniquePtr mXmlDoc; member206 ite->mXmlDoc.reset(xmlReadFile("/system/etc/fonts.xml", nullptr, 0)); in ASystemFontIterator_open()298 if (ite->mXmlDoc) { in ASystemFontIterator_next()299 ite->mFontNode = findNextFontNode(ite->mXmlDoc, ite->mFontNode); in ASystemFontIterator_next()302 ite->mXmlDoc.reset(); in ASystemFontIterator_next()306 copyFont(ite->mXmlDoc, ite->mFontNode, font.get(), "/system/fonts/"); in ASystemFontIterator_next()