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
159 xmlNode* fontNode = state.mFontNode; in copyFont()
238 state->mFontNode = font; in findFirstFontNode()
354 if (state->mFontNode == nullptr) { in findNextFontNode()
362 xmlNode* nextNode = nextSibling(state->mFontNode, FONT_TAG); in findNextFontNode()
364 xmlNode* family = nextSibling(state->mFontNode->parent, FAMILY_TAG); in findNextFontNode()
371 state->mFontNode = nextNode; in findNextFontNode()