Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp659 std::vector<CFX_FontDescriptorInfo>* sortedFontInfos = in GetFontByUnicodeImpl() local
661 if (!sortedFontInfos) { in GetFontByUnicodeImpl()
663 sortedFontInfos = pNewFonts.get(); in GetFontByUnicodeImpl()
664 MatchFonts(sortedFontInfos, wCodePage, dwFontStyles, in GetFontByUnicodeImpl()
668 for (const auto& info : *sortedFontInfos) { in GetFontByUnicodeImpl()
807 std::vector<CFX_FontDescriptorInfo>* sortedFontInfos = in GetFontByCodePage() local
809 if (!sortedFontInfos) { in GetFontByCodePage()
811 sortedFontInfos = pNewFonts.get(); in GetFontByCodePage()
812 MatchFonts(sortedFontInfos, wCodePage, dwFontStyles, in GetFontByCodePage()
816 if (sortedFontInfos->empty()) in GetFontByCodePage()
[all …]