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

  /external/pdfium/fpdfsdk/include/
fpdf_sysfontinfo.h 23 #define FXFONT_FF_ROMAN (1<<4)
  /external/pdfium/core/src/fxge/android/
fx_android_font.cpp 44 if (pitch_family & FXFONT_FF_ROMAN) {
  /external/pdfium/core/src/fxge/apple/
fx_mac_imp.cpp 42 if (!(picth_family & FXFONT_FF_ROMAN) && weight > 400) {
  /external/pdfium/core/src/fxge/ge/
fx_ge_linux.cpp 100 if (!(picth_family & FXFONT_FF_ROMAN) && weight > 400) {
194 if ((style & FXFONT_SERIF) == (pitch_family & FXFONT_FF_ROMAN)) {
fx_ge_fontmap.cpp 791 if (picthfamily & FXFONT_FF_ROMAN) {
911 PitchFamily &= ~FXFONT_FF_ROMAN;
992 PitchFamily |= FXFONT_FF_ROMAN;
1020 PitchFamily |= FXFONT_FF_ROMAN;
    [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 49 #define FXFONT_FF_ROMAN (1<<4)
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc 222 } else if (pitch_family & FXFONT_FF_ROMAN) {
    [all...]

Completed in 277 milliseconds