Home
last modified time | relevance | path

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

/frameworks/base/native/android/
Dsystem_fonts.cpp62 XmlDocUniquePtr mCustomizationXmlDoc; member
218 … ite->mCustomizationXmlDoc.reset(xmlReadFile("/product/etc/fonts_customization.xml", nullptr, 0)); in ASystemFontIterator_open()
324 if (ite->mCustomizationXmlDoc) { in ASystemFontIterator_next()
326 if (!findNextFontNode(ite->mCustomizationXmlDoc, &ite->state)) { in ASystemFontIterator_next()
328 ite->mCustomizationXmlDoc.reset(); in ASystemFontIterator_next()
332 copyFont(ite->mCustomizationXmlDoc, ite->state, font.get(), "/product/fonts/"); in ASystemFontIterator_next()