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

  /external/pdfium/core/src/fxge/apple/
fx_mac_imp.cpp 64 if (charset == FXFONT_ANSI_CHARSET && (pitch_family & FXFONT_FF_FIXEDPITCH)) {
67 if (charset == FXFONT_ANSI_CHARSET || charset == FXFONT_SYMBOL_CHARSET) {
  /external/pdfium/public/
fpdf_sysfontinfo.h 13 #define FXFONT_ANSI_CHARSET 0
  /external/pdfium/core/src/fxge/ge/
fx_ge_linux.cpp 135 if (charset == FXFONT_ANSI_CHARSET && (pitch_family & FXFONT_FF_FIXEDPITCH)) {
153 case FXFONT_ANSI_CHARSET:
fx_ge_fontmap.cpp 1048 int Charset = FXFONT_ANSI_CHARSET;
    [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/pdfium/core/include/fxge/
fx_font.h 31 #define FXFONT_ANSI_CHARSET 0
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 673 charSets.Add(FXFONT_ANSI_CHARSET);
    [all...]

Completed in 104 milliseconds