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