Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.h54 uint8_t uCharSet; member
60 return left.uCharSet == right.uCharSet &&
Dcfgas_fontmgr.cpp119 if (font.uCharSet == FX_CHARSET_Symbol) in MatchDefaultFont()
122 if (font.uCharSet == FX_CHARSET_Symbol) in MatchDefaultFont()
125 if (GetCodePageFromCharset(font.uCharSet) != pParams->wCodePage) in MatchDefaultFont()
178 pFont->uCharSet = lf.lfCharSet; in GdiFontEnumProc()
1036 uint16_t newCodePage = GetCodePageFromCharset(pFD->uCharSet); in GetFontByUnicode()