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

  /external/pdfium/fpdfsdk/include/
fpdf_sysfontinfo.h 24 #define FXFONT_FF_SCRIPT (4<<4)
  /external/pdfium/core/src/fxge/android/
fx_android_font.cpp 41 if (pitch_family & FXFONT_FF_SCRIPT) {
  /external/pdfium/core/src/fxge/ge/
fx_ge_linux.cpp 197 if ((style & FXFONT_SCRIPT) == (pitch_family & FXFONT_FF_SCRIPT)) {
fx_ge_fontmap.cpp 1023 PitchFamily |= FXFONT_FF_SCRIPT;
    [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 50 #define FXFONT_FF_SCRIPT (4<<4)

Completed in 51 milliseconds