Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp265 const CFPF_SkiaPathFont* pBestFont = nullptr; in CreateFont() local
296 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()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp109 const FX_FONTDESCRIPTOR* pBestFont = nullptr; in MatchDefaultFont() local
148 pBestFont = &font; in MatchDefaultFont()
151 return iBestSimilar < 1 ? nullptr : pBestFont; in MatchDefaultFont()