Home
last modified time | relevance | path

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

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