Searched refs:sortedFontInfos (Results 1 – 1 of 1) sorted by relevance
975 std::vector<CFX_FontDescriptorInfo>* sortedFontInfos = in GetFontByCodePage() local977 if (!sortedFontInfos) { in GetFontByCodePage()979 sortedFontInfos = pNewFonts.get(); in GetFontByCodePage()980 MatchFonts(sortedFontInfos, wCodePage, dwFontStyles, in GetFontByCodePage()984 if (sortedFontInfos->empty()) in GetFontByCodePage()987 CFX_FontDescriptor* pDesc = (*sortedFontInfos)[0].pFont; in GetFontByCodePage()1047 std::vector<CFX_FontDescriptorInfo>* sortedFontInfos = in GetFontByUnicode() local1049 if (!sortedFontInfos) { in GetFontByUnicode()1051 sortedFontInfos = pNewFonts.get(); in GetFontByUnicode()1052 MatchFonts(sortedFontInfos, wCodePage, dwFontStyles, in GetFontByUnicode()[all …]