Searched refs:pFontVector (Results 1 – 1 of 1) sorted by relevance
785 auto* pFontVector = &m_Hash2Fonts[dwHash]; in GetFontByCodePage() local786 if (!pFontVector->empty()) { in GetFontByCodePage()787 for (auto iter = pFontVector->begin(); iter != pFontVector->end(); ++iter) { in GetFontByCodePage()828 pFontVector->push_back(pFont); in GetFontByCodePage()