Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp279 const CFPF_SkiaPathFont* pBestFont = nullptr; in CreateFont() local
311 pBestFont = face_iter->get(); in CreateFont()
315 pBestFont = face_iter->get(); in CreateFont()
320 pBestFont = face_iter->get(); in CreateFont()
323 pBestFont = face_iter->get(); in CreateFont()
327 if (!pBestFont) in CreateFont()
331 pdfium::MakeUnique<CFPF_SkiaFont>(this, pBestFont, dwStyle, uCharset); in CreateFont()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp77 const FX_FONTDESCRIPTOR* pBestFont = nullptr; in MatchDefaultFont() local
116 pBestFont = &font; in MatchDefaultFont()
119 return iBestSimilar < 1 ? nullptr : pBestFont; in MatchDefaultFont()