Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.h70 uint8_t uCharSet; member
76 return left.uCharSet == right.uCharSet &&
Dcfgas_fontmgr.cpp64 if (font.uCharSet == FX_CHARSET_Symbol) in MatchDefaultFont()
67 if (font.uCharSet == FX_CHARSET_Symbol) in MatchDefaultFont()
70 if (FX_GetCodePageFromCharset(font.uCharSet) != pParams->wCodePage) in MatchDefaultFont()
168 uint16_t wCodePage = FX_GetCodePageFromCharset(pFD->uCharSet); in GetFontByUnicode()
202 wCodePage = FX_GetCodePageFromCharset(pFD->uCharSet); in LoadFont()
326 pFont->uCharSet = lf.lfCharSet; in FX_GdiFontEnumProc()