Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_sysfontinfo.h22 #define FXFONT_FF_FIXEDPITCH 1 macro
/external/pdfium/core/src/fxge/android/
Dfx_android_font.cpp37 if (pitch_family & FXFONT_FF_FIXEDPITCH) { in MapFont()
/external/pdfium/core/src/fxge/apple/
Dfx_mac_imp.cpp73 if (charset == FXFONT_ANSI_CHARSET && (pitch_family & FXFONT_FF_FIXEDPITCH)) { in MapFont()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp407 if ((style & FXFONT_FIXED_PITCH) == (pitch_family & FXFONT_FF_FIXEDPITCH)) { in GetSimilarValue()
911 PitchFamily |= FXFONT_FF_FIXEDPITCH; in FindSubstFont()
948 PitchFamily |= FXFONT_FF_FIXEDPITCH; in FindSubstFont()
1237 PitchFamily |= FXFONT_FF_FIXEDPITCH; in FindSubstFontByUnicode()
1492 if (charset == FXFONT_ANSI_CHARSET && (pitch_family & FXFONT_FF_FIXEDPITCH)) { in FindFont()
/external/pdfium/core/include/fxge/
Dfx_font.h55 #define FXFONT_FF_FIXEDPITCH 1 macro