Searched refs:pBestFont (Results 1 – 2 of 2) sorted by relevance
265 const CFPF_SkiaPathFont* pBestFont = nullptr; in CreateFont() local296 pBestFont = font.get(); in CreateFont()300 pBestFont = font.get(); in CreateFont()305 pBestFont = font.get(); in CreateFont()308 pBestFont = font.get(); in CreateFont()312 if (!pBestFont) in CreateFont()316 std::make_unique<CFPF_SkiaFont>(this, pBestFont, dwStyle, uCharset); in CreateFont()
109 const FX_FONTDESCRIPTOR* pBestFont = nullptr; in MatchDefaultFont() local148 pBestFont = &font; in MatchDefaultFont()151 return iBestSimilar < 1 ? nullptr : pBestFont; in MatchDefaultFont()