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

  /external/pdfium/core/src/fxge/android/
fx_android_font.cpp 39 dwStyle |= FXFONT_FIXED_PITCH;
fpf_skiafontmgr.cpp 321 if ((dwStyle & FXFONT_FIXED_PITCH) == (pFontDes->m_dwStyle & FXFONT_FIXED_PITCH)) {
537 pFontDesc->m_dwStyle |= FXFONT_FIXED_PITCH;
  /external/pdfium/core/src/fxge/ge/
fx_ge_linux.cpp 200 if ((style & FXFONT_FIXED_PITCH) == (pitch_family & FXFONT_FF_FIXEDPITCH)) {
fx_ge_fontmap.cpp 1025 if (flags & FXFONT_FIXED_PITCH) {
    [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 25 #define FXFONT_FIXED_PITCH 0x01

Completed in 68 milliseconds