Home
last modified time | relevance | path

Searched refs:FX_CHARSET_ShiftJIS (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_codepage.cpp180 {FX_CHARSET_ShiftJIS, FX_CODEPAGE_ShiftJIS},
236 (uCharset == FX_CHARSET_Hangul) || (uCharset == FX_CHARSET_ShiftJIS); in FX_CharSetIsCJK()
Dfx_codepage.h76 #define FX_CHARSET_ShiftJIS 128 macro
/external/pdfium/core/fxge/apple/
Dfx_mac_imp.cpp108 case FX_CHARSET_ShiftJIS: in MapFont()
/external/pdfium/core/fxge/
Dfx_ge_linux.cpp102 case FX_CHARSET_ShiftJIS: { in MapFont()
Dcfx_folderfontinfo.cpp91 case FX_CHARSET_ShiftJIS: in GetCharset()
250 m_pMapper->AddInstalledFont(facename, FX_CHARSET_ShiftJIS); in ReportFace()
Dcfx_font.cpp217 {FX_CHARSET_ShiftJIS, "MS Gothic"},
266 return FX_CHARSET_ShiftJIS; in GetCharSetFromUnicode()
669 if (m_pSubstFont->m_Charset == FX_CHARSET_ShiftJIS) in LoadGlyphPathImpl()
Dcfx_glyphcache.cpp171 if (pSubstFont->m_Charset == FX_CHARSET_ShiftJIS) in RenderGlyph()
/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp26 static_assert(FXFONT_SHIFTJIS_CHARSET == FX_CHARSET_ShiftJIS,
/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp110 case FX_CHARSET_ShiftJIS: in FPF_SkiaGetCharset()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp467 case FX_CHARSET_ShiftJIS: in MapFont()
566 case FX_CHARSET_ShiftJIS: in MapFont()
602 case FX_CHARSET_ShiftJIS: in MapFont()
/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.cpp682 case FX_CHARSET_ShiftJIS: in ProcessbCJK()