Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp785 auto* pFontVector = &m_Hash2Fonts[dwHash]; in GetFontByCodePage() local
786 if (!pFontVector->empty()) { in GetFontByCodePage()
787 for (auto iter = pFontVector->begin(); iter != pFontVector->end(); ++iter) { in GetFontByCodePage()
828 pFontVector->push_back(pFont); in GetFontByCodePage()