Home
last modified time | relevance | path

Searched refs:FX_CHARSET_ANSI (Results 1 – 16 of 16) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpvt_wordinfo.cpp13 nCharset(FX_CHARSET_ANSI), in CPVT_WordInfo()
29 nCharset(FX_CHARSET_ANSI), in CPVT_WordInfo()
Dcba_fontmap.cpp145 return FX_CHARSET_ANSI; in CharSetFromUnicode()
186 nCharset = FX_CHARSET_ANSI; in Initialize()
193 if (nCharset != FX_CHARSET_ANSI) in Initialize()
194 GetFontIndex(CFX_Font::kDefaultAnsiFontName, FX_CHARSET_ANSI, false); in Initialize()
Dcpvt_fontmap.cpp96 return FX_CHARSET_ANSI; in CharSetFromUnicode()
Dcpdf_interactiveform.cpp99 if (charSet != FX_CHARSET_ANSI) { in InitDict()
636 if (charSet == FX_CHARSET_ANSI) { in GetNativeFontName()
/external/pdfium/core/fxcrt/
Dfx_codepage.cpp165 {FX_CHARSET_ANSI, FX_CODEPAGE_MSWin_WesternEuropean},
230 return FX_CHARSET_ANSI; in FX_GetCharsetFromCodePage()
Dfx_codepage.h61 #define FX_CHARSET_ANSI 0 macro
/external/pdfium/core/fxge/apple/
Dfx_mac_imp.cpp101 if (charset == FX_CHARSET_ANSI && FontFamilyIsFixedPitch(pitch_family)) in MapFont()
104 if (charset == FX_CHARSET_ANSI || charset == FX_CHARSET_Symbol) in MapFont()
/external/pdfium/core/fxge/
Dcfx_substfont.h19 int m_Charset = FX_CHARSET_ANSI;
Dcfx_folderfontinfo.cpp101 case FX_CHARSET_ANSI: in GetCharset()
270 m_pMapper->AddInstalledFont(facename, FX_CHARSET_ANSI); in ReportFace()
299 if (charset == FX_CHARSET_ANSI && FontFamilyIsFixedPitch(pitch_family)) in FindFont()
Dcfx_font.cpp214 {FX_CHARSET_ANSI, kDefaultAnsiFontName},
252 return FX_CHARSET_ANSI; in GetCharSetFromUnicode()
296 return FX_CHARSET_ANSI; in GetCharSetFromUnicode()
Dcfx_fontmapper.cpp526 int Charset = FX_CHARSET_ANSI; in FindSubstFont()
608 if (Charset == FX_CHARSET_ANSI) { in FindSubstFont()
/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp104 case FX_CHARSET_ANSI: in FPF_SkiaGetCharset()
274 } else if (uCharset == FX_CHARSET_ANSI) { in CreateFont()
/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp22 static_assert(FXFONT_ANSI_CHARSET == FX_CHARSET_ANSI, "Charset must match");
/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.cpp478 if (charset == FX_CHARSET_ANSI || charset == FX_CHARSET_Default || in AddFont()
582 if (pLogFont->lfCharSet == FX_CHARSET_ANSI || in AddWindowsFont()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp322 SetCharSet(FX_CHARSET_ANSI); in OnKillFocus()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp561 if (charset == FX_CHARSET_ANSI || charset == FX_CHARSET_Symbol) in MapFont()