Home
last modified time | relevance | path

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

/aosp14/frameworks/base/native/android/
H A Dsystem_fonts.cpp53 xmlNode* mFontNode = nullptr; member
156 xmlNode* fontNode = state.mFontNode; in copyFont()
235 state->mFontNode = font; in findFirstFontNode()
343 if (state->mFontNode == nullptr) { in findNextFontNode()
351 xmlNode* nextNode = nextSibling(state->mFontNode, FONT_TAG); in findNextFontNode()
353 xmlNode* family = nextSibling(state->mFontNode->parent, FAMILY_TAG); in findNextFontNode()
360 state->mFontNode = nextNode; in findNextFontNode()