Searched refs:FX_CHARSET_ANSI (Results 1 – 16 of 16) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_font_map.cpp | 148 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()
|
D | cpwl_edit.cpp | 370 SetCharSet(FX_CHARSET_ANSI); in OnKillFocus()
|
/external/pdfium/core/fpdfdoc/ |
D | cpvt_wordinfo.cpp | 13 nCharset(FX_CHARSET_ANSI), in CPVT_WordInfo() 29 nCharset(FX_CHARSET_ANSI), in CPVT_WordInfo()
|
D | cpvt_fontmap.cpp | 91 return FX_CHARSET_ANSI; in CharSetFromUnicode()
|
D | cpdf_interform.cpp | 80 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/ |
D | fx_mac_imp.cpp | 98 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/ |
D | cfx_substfont.cpp | 13 : m_Charset(FX_CHARSET_ANSI), in CFX_SubstFont()
|
D | cfx_folderfontinfo.cpp | 86 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()
|
D | cfx_fontmapper.cpp | 543 int Charset = FX_CHARSET_ANSI; in FindSubstFont() 641 if (Charset == FX_CHARSET_ANSI) { in FindSubstFont()
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cba_fontmap.cpp | 59 nCharset = FX_CHARSET_ANSI; in Initialize() 66 if (nCharset != FX_CHARSET_ANSI) in Initialize()
|
/external/pdfium/core/fxcrt/ |
D | fx_codepage.h | 59 #define FX_CHARSET_ANSI 0 macro
|
/external/pdfium/core/fxge/android/ |
D | cfpf_skiafontmgr.cpp | 128 case FX_CHARSET_ANSI: in FPF_SkiaGetCharset() 302 } else if (uCharset == FX_CHARSET_ANSI && in CreateFont()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_sysfontinfo.cpp | 21 static_assert(FXFONT_ANSI_CHARSET == FX_CHARSET_ANSI, "Charset must match");
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_document.cpp | 896 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/ |
D | cfgas_fontmgr.cpp | 36 {FX_CHARSET_ANSI, FX_CODEPAGE_MSWin_WesternEuropean}, 361 {{1 << 0, FX_CHARSET_ANSI},
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 578 if (charset == FX_CHARSET_ANSI || charset == FX_CHARSET_Symbol) in MapFont()
|