Home
last modified time | relevance | path

Searched refs:FXFONT_FF_FIXEDPITCH (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxge/
Dfx_font.h28 #define FXFONT_FF_FIXEDPITCH (1 << 0) macro
134 return !!(family & FXFONT_FF_FIXEDPITCH); in FontFamilyIsFixedPitch()
Dcfx_fontmapper.cpp266 *PitchFamily |= FXFONT_FF_FIXEDPITCH; in UpdatePitchFamily()
463 PitchFamily |= FXFONT_FF_FIXEDPITCH; in FindSubstFont()
/external/pdfium/public/
Dfpdf_sysfontinfo.h23 #define FXFONT_FF_FIXEDPITCH (1 << 0) macro