HomeSort by relevance Sort by last modified time
    Searched refs:FX_CHARSET_ANSI (Results 1 - 16 of 16) sorted by null

  /external/pdfium/core/fxge/
cfx_substfont.cpp 13 : m_Charset(FX_CHARSET_ANSI),
cfx_folderfontinfo.cpp 86 case FX_CHARSET_ANSI:
259 m_pMapper->AddInstalledFont(facename, FX_CHARSET_ANSI);
288 if (charset == FX_CHARSET_ANSI && FontFamilyIsFixedPitch(pitch_family))
cfx_fontmapper.cpp 543 int Charset = FX_CHARSET_ANSI;
641 if (Charset == FX_CHARSET_ANSI) {
  /external/pdfium/core/fpdfdoc/
cpvt_wordinfo.cpp 13 nCharset(FX_CHARSET_ANSI),
29 nCharset(FX_CHARSET_ANSI),
cpvt_fontmap.cpp 91 return FX_CHARSET_ANSI;
cpdf_interform.cpp 80 if (charSet != FX_CHARSET_ANSI) {
566 uint8_t charSet = FX_CHARSET_ANSI;
579 charSet = FX_CHARSET_ANSI;
588 charSet = FX_CHARSET_ANSI;
727 if (charSet == FX_CHARSET_ANSI) {
    [all...]
  /external/pdfium/core/fxcrt/
fx_codepage.h 59 #define FX_CHARSET_ANSI 0
  /external/pdfium/core/fxge/apple/
fx_mac_imp.cpp 98 if (charset == FX_CHARSET_ANSI && FontFamilyIsFixedPitch(pitch_family))
101 if (charset == FX_CHARSET_ANSI || charset == FX_CHARSET_Symbol)
  /external/pdfium/fpdfsdk/pwl/
cpwl_font_map.cpp 148 GetFontIndex(kDefaultFontName, FX_CHARSET_ANSI, false);
277 uint8_t nCharset = FX_CHARSET_ANSI;
290 nCharset = FX_CHARSET_ANSI;
299 nCharset = FX_CHARSET_ANSI;
333 {FX_CHARSET_ANSI, "Helvetica"},
360 return FX_CHARSET_ANSI;
407 return FX_CHARSET_ANSI;
cpwl_edit.cpp 370 SetCharSet(FX_CHARSET_ANSI);
  /external/pdfium/fpdfsdk/formfiller/
cba_fontmap.cpp 59 nCharset = FX_CHARSET_ANSI;
66 if (nCharset != FX_CHARSET_ANSI)
  /external/pdfium/core/fxge/android/
cfpf_skiafontmgr.cpp 128 case FX_CHARSET_ANSI:
302 } else if (uCharset == FX_CHARSET_ANSI &&
  /external/pdfium/fpdfsdk/
fpdf_sysfontinfo.cpp 21 static_assert(FXFONT_ANSI_CHARSET == FX_CHARSET_ANSI, "Charset must match");
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 36 {FX_CHARSET_ANSI, FX_CODEPAGE_MSWin_WesternEuropean},
361 {{1 << 0, FX_CHARSET_ANSI},
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_document.cpp     [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 578 if (charset == FX_CHARSET_ANSI || charset == FX_CHARSET_Symbol)
    [all...]

Completed in 250 milliseconds