Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfx_androidfontinfo.cpp46 if (FontFamilyIsRoman(pitch_family)) in MapFont()
/external/pdfium/core/fxge/
Dfx_font.h136 inline bool FontFamilyIsRoman(uint32_t family) { in FontFamilyIsRoman() function
Dfx_ge_linux.cpp63 if (!FontFamilyIsRoman(pitch_family) && weight > 400) in GetJapanesePreference()
Dcfx_folderfontinfo.cpp103 if (FontStyleIsSerif(style) == FontFamilyIsRoman(pitch_family)) in GetSimilarValue()
Dcfx_fontmapper.cpp385 if (FontFamilyIsRoman(pitch_family)) { in UseInternalSubst()
/external/pdfium/core/fxge/apple/
Dfx_mac_imp.cpp59 *face = (FontFamilyIsRoman(pitch_family) || weight <= 400) ? JAPAN_MINCHO in GetJapanesePreference()