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

  /external/pdfium/fpdfsdk/include/
fpdf_sysfontinfo.h 22 #define FXFONT_FF_FIXEDPITCH 1
  /external/pdfium/core/src/fxge/android/
fx_android_font.cpp 38 if (pitch_family & FXFONT_FF_FIXEDPITCH) {
  /external/pdfium/core/src/fxge/apple/
fx_mac_imp.cpp 65 if (charset == FXFONT_ANSI_CHARSET && (pitch_family & FXFONT_FF_FIXEDPITCH)) {
  /external/pdfium/core/src/fxge/ge/
fx_ge_linux.cpp 160 if (charset == FXFONT_ANSI_CHARSET && (pitch_family & FXFONT_FF_FIXEDPITCH)) {
200 if ((style & FXFONT_FIXED_PITCH) == (pitch_family & FXFONT_FF_FIXEDPITCH)) {
fx_ge_fontmap.cpp 989 PitchFamily |= FXFONT_FF_FIXEDPITCH;
1026 PitchFamily |= FXFONT_FF_FIXEDPITCH;
    [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 48 #define FXFONT_FF_FIXEDPITCH 1
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc 220 if (pitch_family & FXFONT_FF_FIXEDPITCH) {
    [all...]

Completed in 91 milliseconds