Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp108 const FX_FONTDESCRIPTOR* pBestFont = nullptr; in MatchDefaultFont() local
147 pBestFont = &font; in MatchDefaultFont()
150 return iBestSimilar < 1 ? nullptr : pBestFont; in MatchDefaultFont()