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

  /external/pdfium/fpdfsdk/include/
fpdf_sysfontinfo.h 13 #define FXFONT_ANSI_CHARSET 0
  /external/pdfium/core/src/fxge/apple/
fx_mac_imp.cpp 65 if (charset == FXFONT_ANSI_CHARSET && (pitch_family & FXFONT_FF_FIXEDPITCH)) {
68 if (charset == FXFONT_ANSI_CHARSET || charset == FXFONT_SYMBOL_CHARSET) {
  /external/pdfium/core/src/fxge/ge/
fx_ge_linux.cpp 160 if (charset == FXFONT_ANSI_CHARSET && (pitch_family & FXFONT_FF_FIXEDPITCH)) {
178 case FXFONT_ANSI_CHARSET:
fx_ge_fontmap.cpp     [all...]
  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.cpp 151 case FXFONT_ANSI_CHARSET:
297 } else if (uCharset == FXFONT_ANSI_CHARSET && (dwMatch & FPF_MATCHFONT_REPLACEANSI)) {
  /external/chromium_org/pdf/pdfium/
pdfium_assert_matching_enums.cc 200 COMPILE_ASSERT_MATCH(PP_PRIVATEFONTCHARSET_ANSI, FXFONT_ANSI_CHARSET);
  /external/pdfium/core/include/fxge/
fx_font.h 33 #define FXFONT_ANSI_CHARSET 0
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 675 charSets.Add(FXFONT_ANSI_CHARSET);
    [all...]

Completed in 233 milliseconds