Searched refs:wsFontFace (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fgas/font/ |
D | cfgas_fontmgr.h | 52 wchar_t wsFontFace[32]; member 63 wcscmp(left.wsFontFace, right.wsFontFace) == 0;
|
D | cfgas_fontmgr.cpp | 117 if (FXSYS_wcsicmp(pParams->pwsFamily, font.wsFontFace)) in MatchDefaultFont() 141 if (FXSYS_wcsicmp(pParams->pwsFamily, font.wsFontFace) == 0) in MatchDefaultFont() 180 FXSYS_wcsncpy(pFont->wsFontFace, (const wchar_t*)lf.lfFaceName, 31); in GdiFontEnumProc() 181 pFont->wsFontFace[31] = 0; in GdiFontEnumProc() 973 CFGAS_GEFont::LoadFont(pFD->wsFontFace, dwFontStyles, wCodePage, this); in GetFontByCodePage() 1037 const wchar_t* pFontFace = pFD->wsFontFace; in GetFontByUnicode() 1110 CFGAS_GEFont::LoadFont(pFD->wsFontFace, dwFontStyles, wCodePage, this); in LoadFont()
|