Searched refs:FontFamilyIsRoman (Results 1 – 6 of 6) sorted by relevance
46 if (FontFamilyIsRoman(pitch_family)) in MapFont()
136 inline bool FontFamilyIsRoman(uint32_t family) { in FontFamilyIsRoman() function
63 if (!FontFamilyIsRoman(pitch_family) && weight > 400) in GetJapanesePreference()
103 if (FontStyleIsSerif(style) == FontFamilyIsRoman(pitch_family)) in GetSimilarValue()
385 if (FontFamilyIsRoman(pitch_family)) { in UseInternalSubst()
59 *face = (FontFamilyIsRoman(pitch_family) || weight <= 400) ? JAPAN_MINCHO in GetJapanesePreference()