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.h19 #define FXFONT_FF_FIXEDPITCH (1 << 0) macro
87 return !!(family & FXFONT_FF_FIXEDPITCH); in FontFamilyIsFixedPitch()
Dcfx_fontmapper.cpp256 *PitchFamily |= FXFONT_FF_FIXEDPITCH; in UpdatePitchFamily()
443 PitchFamily |= FXFONT_FF_FIXEDPITCH; in FindSubstFont()
/external/pdfium/public/
Dfpdf_sysfontinfo.h27 #define FXFONT_FF_FIXEDPITCH (1 << 0) macro