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

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

Completed in 110 milliseconds