Home
last modified time | relevance | path

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

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