Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfx_androidfontinfo.cpp47 if (FontFamilyIsRoman(pitch_family)) in MapFont()
/external/pdfium/core/fxge/
Dfx_font.h89 inline bool FontFamilyIsRoman(uint32_t family) { in FontFamilyIsRoman() function
Dfx_ge_linux.cpp70 if (!FontFamilyIsRoman(pitch_family) && weight > 400) in GetJapanesePreference()
Dcfx_folderfontinfo.cpp118 if (FontStyleIsSerif(style) == FontFamilyIsRoman(pitch_family)) in GetSimilarValue()
Dcfx_fontmapper.cpp368 if (FontFamilyIsRoman(pitch_family)) { in UseInternalSubst()
/external/pdfium/core/fxge/apple/
Dfx_mac_imp.cpp62 *face = (FontFamilyIsRoman(pitch_family) || weight <= 400) ? JAPAN_MINCHO in GetJapanesePreference()