Searched refs:pMatchedFonts (Results 1 – 1 of 1) sorted by relevance
877 std::vector<CFX_FontDescriptorInfo>* pMatchedFonts, in MatchFonts() argument882 pMatchedFonts->clear(); in MatchFonts()888 pMatchedFonts->push_back({pFont.get(), nPenalty}); in MatchFonts()889 if (pMatchedFonts->size() == 0xffff) in MatchFonts()892 std::sort(pMatchedFonts->begin(), pMatchedFonts->end()); in MatchFonts()