Searched refs:mFontNode (Results 1 – 1 of 1) sorted by relevance
53 xmlNode* mFontNode = nullptr; member129 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()