Home
last modified time | relevance | path

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

/frameworks/base/native/android/
Dsystem_fonts.cpp53 xmlNode* mFontNode = nullptr; member
129 xmlNode* fontNode = state.mFontNode; in copyFont()
209 state->mFontNode = font; in findFirstFontNode()
287 if (state->mFontNode == nullptr) { in findNextFontNode()
295 xmlNode* nextNode = nextSibling(state->mFontNode, FONT_TAG); in findNextFontNode()
297 xmlNode* family = nextSibling(state->mFontNode->parent, FAMILY_TAG); in findNextFontNode()
304 state->mFontNode = nextNode; in findNextFontNode()