Searched refs:GenericFamilyType (Results 1 – 5 of 5) sorted by relevance
53 FontDescription::GenericFamilyType);60 FontDescription::GenericFamilyType,
254 FontDescription::GenericFamilyType generic) in getFontFamilyForScript()277 FontDescription::GenericFamilyType generic, in getFallbackFamily()328 FontDescription::GenericFamilyType generic) in getFallbackFamilyForFirstNonCommonCharacter()
494 FontDescription::GenericFamilyType generic = description.genericFamily(); in getLastResortFallbackFont()
70 enum GenericFamilyType { NoFamily, StandardFamily, SerifFamily, SansSerifFamily, enum118 …GenericFamilyType genericFamily() const { return static_cast<GenericFamilyType>(m_genericFamily); } in genericFamily()154 void setGenericFamily(GenericFamilyType genericFamily) { m_genericFamily = genericFamily; } in setGenericFamily()
61 desc.setGenericFamily(static_cast<FontDescription::GenericFamilyType>(genericFamily)); in operator WebCore::FontDescription()