Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp710 std::vector<CFX_FontDescriptorInfo>* pMatchedFonts, in MatchFonts() argument
715 pMatchedFonts->clear(); in MatchFonts()
721 pMatchedFonts->push_back({pFont.get(), nPenalty}); in MatchFonts()
722 if (pMatchedFonts->size() == 0xffff) in MatchFonts()
725 std::sort(pMatchedFonts->begin(), pMatchedFonts->end()); in MatchFonts()