Searched refs:pMatchedFonts (Results 1 – 1 of 1) sorted by relevance
710 std::vector<CFX_FontDescriptorInfo>* pMatchedFonts, in MatchFonts() argument715 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()