HomeSort by relevance Sort by last modified time
    Searched refs:uCharSet (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fgas/include/
fx_fnt.h 111 uint8_t uCharSet;
118 return left.uCharSet == right.uCharSet &&
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp 116 FX_WORD wCodePage = FX_GetCodePageFromCharset(pFD->uCharSet);
177 wCodePage = FX_GetCodePageFromCharset(pFD->uCharSet);
376 if (pFont->uCharSet == FX_CHARSET_Symbol) {
380 if (pFont->uCharSet == FX_CHARSET_Symbol) {
384 if (FX_GetCodePageFromCharset(pFont->uCharSet) != pParams->wCodePage) {
469 pFont->uCharSet = lf.lfCharSet;
    [all...]

Completed in 38 milliseconds