Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.h68 FX_WCHAR wsFontFace[32]; member
79 FXSYS_wcscmp(left.wsFontFace, right.wsFontFace) == 0;
Dcfgas_fontmgr.cpp62 if (FXSYS_wcsicmp(pParams->pwsFamily, font.wsFontFace)) in MatchDefaultFont()
86 if (FXSYS_wcsicmp(pParams->pwsFamily, font.wsFontFace) == 0) in MatchDefaultFont()
132 CFGAS_GEFont::LoadFont(pFD->wsFontFace, dwFontStyles, wCodePage, this); in GetFontByCodePage()
138 dwHash = FGAS_GetFontFamilyHash(pFD->wsFontFace, dwFontStyles, wCodePage); in GetFontByCodePage()
169 const FX_WCHAR* pFontFace = pFD->wsFontFace; in GetFontByUnicode()
205 CFGAS_GEFont::LoadFont(pFD->wsFontFace, dwFontStyles, wCodePage, this); in LoadFont()
328 FXSYS_wcsncpy(pFont->wsFontFace, (const FX_WCHAR*)lf.lfFaceName, 31); in FX_GdiFontEnumProc()
329 pFont->wsFontFace[31] = 0; in FX_GdiFontEnumProc()