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