Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/include/
Dfx_fnt.h111 uint8_t uCharSet; member
118 return left.uCharSet == right.uCharSet &&
/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.cpp116 FX_WORD wCodePage = FX_GetCodePageFromCharset(pFD->uCharSet); in GetDefFontByUnicode()
177 wCodePage = FX_GetCodePageFromCharset(pFD->uCharSet); in LoadFont()
376 if (pFont->uCharSet == FX_CHARSET_Symbol) { in FX_DefFontMatcher()
380 if (pFont->uCharSet == FX_CHARSET_Symbol) { in FX_DefFontMatcher()
384 if (FX_GetCodePageFromCharset(pFont->uCharSet) != pParams->wCodePage) { in FX_DefFontMatcher()
469 pFont->uCharSet = lf.lfCharSet; in FX_GdiFontEnumProc()