Home
last modified time | relevance | path

Searched refs:FXFONT_FF_ROMAN (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/public/
Dfpdf_sysfontinfo.h24 #define FXFONT_FF_ROMAN (1 << 4) macro
/external/pdfium/core/fxge/android/
Dcfx_androidfontinfo.cpp47 if (pitch_family & FXFONT_FF_ROMAN) in MapFont()
/external/pdfium/core/fxge/ge/
Dcfx_fontmapper.cpp263 PitchFamily &= ~FXFONT_FF_ROMAN; in CheckSupportThirdPartFont()
271 PitchFamily |= FXFONT_FF_ROMAN; in UpdatePitchFamily()
403 if (picthfamily & FXFONT_FF_ROMAN) { in UseInternalSubst()
480 PitchFamily |= FXFONT_FF_ROMAN; in FindSubstFont()
Dfx_ge_linux.cpp60 if (!(pitch_family & FXFONT_FF_ROMAN) && weight > 400) in GetJapanesePreference()
Dcfx_folderfontinfo.cpp89 if (!!(style & FXFONT_SERIF) == !!(pitch_family & FXFONT_FF_ROMAN)) in GetSimilarValue()
/external/pdfium/core/fxge/apple/
Dfx_mac_imp.cpp56 *face = ((pitch_family & FXFONT_FF_ROMAN) || weight <= 400) ? JAPAN_MINCHO in GetJapanesePreference()
/external/pdfium/core/fxge/
Dfx_font.h54 #define FXFONT_FF_ROMAN (1 << 4) macro