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

  /external/pdfium/core/fxge/android/
cfx_androidfontinfo.cpp 47 if (pitch_family & FXFONT_FF_ROMAN)
  /external/pdfium/public/
fpdf_sysfontinfo.h 24 #define FXFONT_FF_ROMAN (1 << 4)
  /external/pdfium/core/fxge/apple/
fx_mac_imp.cpp 56 *face = ((pitch_family & FXFONT_FF_ROMAN) || weight <= 400) ? JAPAN_MINCHO
  /external/pdfium/core/fxge/ge/
fx_ge_linux.cpp 60 if (!(pitch_family & FXFONT_FF_ROMAN) && weight > 400)
cfx_fontmapper.cpp 263 PitchFamily &= ~FXFONT_FF_ROMAN;
271 PitchFamily |= FXFONT_FF_ROMAN;
403 if (picthfamily & FXFONT_FF_ROMAN) {
480 PitchFamily |= FXFONT_FF_ROMAN;
cfx_folderfontinfo.cpp 89 if (!!(style & FXFONT_SERIF) == !!(pitch_family & FXFONT_FF_ROMAN))
  /external/pdfium/core/fxge/
fx_font.h 54 #define FXFONT_FF_ROMAN (1 << 4)

Completed in 459 milliseconds