Searched refs:sortedFontInfos (Results 1 – 1 of 1) sorted by relevance
637 std::vector<CFX_FontDescriptorInfo>* sortedFontInfos = in GetFontByCodePage() local639 if (!sortedFontInfos) { in GetFontByCodePage()641 sortedFontInfos = pNewFonts.get(); in GetFontByCodePage()642 MatchFonts(sortedFontInfos, wCodePage, dwFontStyles, in GetFontByCodePage()646 if (sortedFontInfos->empty()) in GetFontByCodePage()649 CFX_FontDescriptor* pDesc = (*sortedFontInfos)[0].pFont; in GetFontByCodePage()682 std::vector<CFX_FontDescriptorInfo>* sortedFontInfos = in GetFontByUnicode() local684 if (!sortedFontInfos) { in GetFontByUnicode()686 sortedFontInfos = pNewFonts.get(); in GetFontByUnicode()687 MatchFonts(sortedFontInfos, wCodePage, dwFontStyles, in GetFontByUnicode()[all …]