Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_linux.cpp135 if (charset == FXFONT_ANSI_CHARSET && (pitch_family & FXFONT_FF_FIXEDPITCH)) { in MapFont()
175 if ((style & FXFONT_FIXED_PITCH) == (pitch_family & FXFONT_FF_FIXEDPITCH)) { in _LinuxGetSimilarValue()
Dfx_ge_fontmap.cpp953 PitchFamily |= FXFONT_FF_FIXEDPITCH; in FindSubstFont()
990 PitchFamily |= FXFONT_FF_FIXEDPITCH; in FindSubstFont()
/external/pdfium/public/
Dfpdf_sysfontinfo.h22 #define FXFONT_FF_FIXEDPITCH 1 macro
/external/pdfium/core/src/fxge/android/
Dfx_android_font.cpp38 if (pitch_family & FXFONT_FF_FIXEDPITCH) { in MapFont()
/external/pdfium/core/src/fxge/apple/
Dfx_mac_imp.cpp64 if (charset == FXFONT_ANSI_CHARSET && (pitch_family & FXFONT_FF_FIXEDPITCH)) { in MapFont()
/external/pdfium/core/include/fxge/
Dfx_font.h46 #define FXFONT_FF_FIXEDPITCH 1 macro