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

  /external/pdfium/core/fxcrt/
fx_codepage.h 74 #define FX_CHARSET_ShiftJIS 128
  /external/pdfium/core/fxge/apple/
fx_mac_imp.cpp 105 case FX_CHARSET_ShiftJIS:
  /external/pdfium/fpdfsdk/pwl/
cpwl_font_map.cpp 281 nCharset = FX_CHARSET_ShiftJIS;
336 {FX_CHARSET_ShiftJIS, "MS Gothic"},
377 return FX_CHARSET_ShiftJIS;
  /external/pdfium/core/fxge/
fx_ge_linux.cpp 93 case FX_CHARSET_ShiftJIS: {
cfx_folderfontinfo.cpp 76 case FX_CHARSET_ShiftJIS:
239 m_pMapper->AddInstalledFont(facename, FX_CHARSET_ShiftJIS);
cfx_facecache.cpp 140 if (pSubstFont->m_Charset == FX_CHARSET_ShiftJIS)
cfx_font.cpp 582 if (m_pSubstFont->m_Charset == FX_CHARSET_ShiftJIS)
cfx_fontmapper.cpp 549 bool bCJK = (Charset == FX_CHARSET_ShiftJIS ||
  /external/pdfium/fpdfsdk/
cfx_systemhandler.cpp 26 if (charset == FX_CHARSET_ShiftJIS)
fpdf_sysfontinfo.cpp 25 static_assert(FXFONT_SHIFTJIS_CHARSET == FX_CHARSET_ShiftJIS,
  /external/pdfium/core/fxge/android/
cfpf_skiafontmgr.cpp 134 case FX_CHARSET_ShiftJIS:
192 (uCharset == FX_CHARSET_Hangul) || (uCharset == FX_CHARSET_ShiftJIS);
  /external/pdfium/core/fpdfapi/parser/
cpdf_document.cpp 840 case FX_CHARSET_ShiftJIS:
878 charset == FX_CHARSET_Hangul || charset == FX_CHARSET_ShiftJIS;
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 484 case FX_CHARSET_ShiftJIS:
583 case FX_CHARSET_ShiftJIS:
619 case FX_CHARSET_ShiftJIS:
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_interform.cpp 570 charSet = FX_CHARSET_ShiftJIS;
732 if (charSet == FX_CHARSET_ShiftJIS) {
    [all...]
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 51 {FX_CHARSET_ShiftJIS, FX_CODEPAGE_ShiftJIS},
378 {1 << 1, FX_CHARSET_ShiftJIS},
    [all...]

Completed in 467 milliseconds