Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp975 std::vector<CFX_FontDescriptorInfo>* sortedFontInfos = in GetFontByCodePage() local
977 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() local
1049 if (!sortedFontInfos) { in GetFontByUnicode()
1051 sortedFontInfos = pNewFonts.get(); in GetFontByUnicode()
1052 MatchFonts(sortedFontInfos, wCodePage, dwFontStyles, in GetFontByUnicode()
[all …]