Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp116 if (pParams->pwsFamily) { in MatchDefaultFont()
117 if (FXSYS_wcsicmp(pParams->pwsFamily, font.wsFontFace)) in MatchDefaultFont()
140 if (pParams->pwsFamily) { in MatchDefaultFont()
141 if (FXSYS_wcsicmp(pParams->pwsFamily, font.wsFontFace) == 0) in MatchDefaultFont()
229 params.pwsFamily = pszFontFamily; in FindFont()
241 params.pwsFamily = nullptr; in FindFont()
Dcfgas_fontmgr.h31 const wchar_t* pwsFamily; member