Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_font_map.cpp148 GetFontIndex(kDefaultFontName, FX_CHARSET_ANSI, false); in Initialize()
277 uint8_t nCharset = FX_CHARSET_ANSI; in GetNativeCharset()
290 nCharset = FX_CHARSET_ANSI; in GetNativeCharset()
299 nCharset = FX_CHARSET_ANSI; in GetNativeCharset()
333 {FX_CHARSET_ANSI, "Helvetica"},
360 return FX_CHARSET_ANSI; in CharSetFromUnicode()
407 return FX_CHARSET_ANSI; in CharSetFromUnicode()
Dcpwl_edit.cpp370 SetCharSet(FX_CHARSET_ANSI); in OnKillFocus()
/external/pdfium/core/fpdfdoc/
Dcpvt_wordinfo.cpp13 nCharset(FX_CHARSET_ANSI), in CPVT_WordInfo()
29 nCharset(FX_CHARSET_ANSI), in CPVT_WordInfo()
Dcpvt_fontmap.cpp91 return FX_CHARSET_ANSI; in CharSetFromUnicode()
Dcpdf_interform.cpp80 if (charSet != FX_CHARSET_ANSI) { in InitDict()
566 uint8_t charSet = FX_CHARSET_ANSI; in GetNativeCharSet()
579 charSet = FX_CHARSET_ANSI; in GetNativeCharSet()
588 charSet = FX_CHARSET_ANSI; in GetNativeCharSet()
727 if (charSet == FX_CHARSET_ANSI) { in GetNativeFont()
/external/pdfium/core/fxge/apple/
Dfx_mac_imp.cpp98 if (charset == FX_CHARSET_ANSI && FontFamilyIsFixedPitch(pitch_family)) in MapFont()
101 if (charset == FX_CHARSET_ANSI || charset == FX_CHARSET_Symbol) in MapFont()
/external/pdfium/core/fxge/
Dcfx_substfont.cpp13 : m_Charset(FX_CHARSET_ANSI), in CFX_SubstFont()
Dcfx_folderfontinfo.cpp86 case FX_CHARSET_ANSI: in GetCharset()
259 m_pMapper->AddInstalledFont(facename, FX_CHARSET_ANSI); in ReportFace()
288 if (charset == FX_CHARSET_ANSI && FontFamilyIsFixedPitch(pitch_family)) in FindFont()
Dcfx_fontmapper.cpp543 int Charset = FX_CHARSET_ANSI; in FindSubstFont()
641 if (Charset == FX_CHARSET_ANSI) { in FindSubstFont()
/external/pdfium/fpdfsdk/formfiller/
Dcba_fontmap.cpp59 nCharset = FX_CHARSET_ANSI; in Initialize()
66 if (nCharset != FX_CHARSET_ANSI) in Initialize()
/external/pdfium/core/fxcrt/
Dfx_codepage.h59 #define FX_CHARSET_ANSI 0 macro
/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp128 case FX_CHARSET_ANSI: in FPF_SkiaGetCharset()
302 } else if (uCharset == FX_CHARSET_ANSI && in CreateFont()
/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp21 static_assert(FXFONT_ANSI_CHARSET == FX_CHARSET_ANSI, "Charset must match");
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp896 if (charset == FX_CHARSET_ANSI || charset == FX_CHARSET_Default || in AddFont()
1019 if (pLogFont->lfCharSet == FX_CHARSET_ANSI || in AddWindowsFont()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp36 {FX_CHARSET_ANSI, FX_CODEPAGE_MSWin_WesternEuropean},
361 {{1 << 0, FX_CHARSET_ANSI},
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp578 if (charset == FX_CHARSET_ANSI || charset == FX_CHARSET_Symbol) in MapFont()