Home
last modified time | relevance | path

Searched refs:FX_CHARSET_Hangul (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_font_map.cpp296 nCharset = FX_CHARSET_Hangul; in GetNativeCharset()
337 {FX_CHARSET_Hangul, "Batang"},
383 return FX_CHARSET_Hangul; in CharSetFromUnicode()
/external/pdfium/core/fxcrt/
Dfx_codepage.h75 #define FX_CHARSET_Hangul 129 macro
/external/pdfium/core/fxge/apple/
Dfx_mac_imp.cpp111 case FX_CHARSET_Hangul: in MapFont()
/external/pdfium/core/fxge/
Dfx_ge_linux.cpp119 case FX_CHARSET_Hangul: { in MapFont()
Dcfx_folderfontinfo.cpp82 case FX_CHARSET_Hangul: in GetCharset()
251 m_pMapper->AddInstalledFont(facename, FX_CHARSET_Hangul); in ReportFace()
Dcfx_fontmapper.cpp551 Charset == FX_CHARSET_Hangul || in FindSubstFont()
/external/pdfium/fpdfsdk/
Dcfx_systemhandler.cpp30 if (charset == FX_CHARSET_Hangul) in CharSet2CP()
Dfpdf_sysfontinfo.cpp27 static_assert(FXFONT_HANGEUL_CHARSET == FX_CHARSET_Hangul,
/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp136 case FX_CHARSET_Hangul: in FPF_SkiaGetCharset()
192 (uCharset == FX_CHARSET_Hangul) || (uCharset == FX_CHARSET_ShiftJIS); in FPF_SkiaIsCJK()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp833 case FX_CHARSET_Hangul: in ProcessbCJK()
878 charset == FX_CHARSET_Hangul || charset == FX_CHARSET_ShiftJIS; in AddFont()
998 pLogFont->lfCharSet == FX_CHARSET_Hangul || in AddWindowsFont()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp487 case FX_CHARSET_Hangul: in MapFont()
587 case FX_CHARSET_Hangul: in MapFont()
625 case FX_CHARSET_Hangul: in MapFont()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp52 {FX_CHARSET_Hangul, FX_CODEPAGE_Hangul},
380 {1 << 3, FX_CHARSET_Hangul},
/external/pdfium/core/fpdfdoc/
Dcpdf_interform.cpp585 charSet = FX_CHARSET_Hangul; in GetNativeCharSet()