Searched refs:FX_CHARSET_ANSI (Results 1 – 16 of 16) sorted by relevance
/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 | cba_fontmap.cpp | 145 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()
|
D | cpvt_fontmap.cpp | 96 return FX_CHARSET_ANSI; in CharSetFromUnicode()
|
D | cpdf_interactiveform.cpp | 99 if (charSet != FX_CHARSET_ANSI) { in InitDict() 636 if (charSet == FX_CHARSET_ANSI) { in GetNativeFontName()
|
/external/pdfium/core/fxcrt/ |
D | fx_codepage.cpp | 165 {FX_CHARSET_ANSI, FX_CODEPAGE_MSWin_WesternEuropean}, 230 return FX_CHARSET_ANSI; in FX_GetCharsetFromCodePage()
|
D | fx_codepage.h | 61 #define FX_CHARSET_ANSI 0 macro
|
/external/pdfium/core/fxge/apple/ |
D | fx_mac_imp.cpp | 101 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/ |
D | cfx_substfont.h | 19 int m_Charset = FX_CHARSET_ANSI;
|
D | cfx_folderfontinfo.cpp | 101 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()
|
D | cfx_font.cpp | 214 {FX_CHARSET_ANSI, kDefaultAnsiFontName}, 252 return FX_CHARSET_ANSI; in GetCharSetFromUnicode() 296 return FX_CHARSET_ANSI; in GetCharSetFromUnicode()
|
D | cfx_fontmapper.cpp | 526 int Charset = FX_CHARSET_ANSI; in FindSubstFont() 608 if (Charset == FX_CHARSET_ANSI) { in FindSubstFont()
|
/external/pdfium/core/fxge/android/ |
D | cfpf_skiafontmgr.cpp | 104 case FX_CHARSET_ANSI: in FPF_SkiaGetCharset() 274 } else if (uCharset == FX_CHARSET_ANSI) { in CreateFont()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_sysfontinfo.cpp | 22 static_assert(FXFONT_ANSI_CHARSET == FX_CHARSET_ANSI, "Charset must match");
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_docpagedata.cpp | 478 if (charset == FX_CHARSET_ANSI || charset == FX_CHARSET_Default || in AddFont() 582 if (pLogFont->lfCharSet == FX_CHARSET_ANSI || in AddWindowsFont()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit.cpp | 322 SetCharSet(FX_CHARSET_ANSI); in OnKillFocus()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 561 if (charset == FX_CHARSET_ANSI || charset == FX_CHARSET_Symbol) in MapFont()
|