Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DFontDescription.h55 enum GenericFamilyType { NoFamily, StandardFamily, SerifFamily, SansSerifFamily, enum
92GenericFamilyType genericFamily() const { return static_cast<GenericFamilyType>(m_genericFamily); } in genericFamily()
114 void setGenericFamily(GenericFamilyType genericFamily) { m_genericFamily = genericFamily; } in setGenericFamily()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontUtilsChromiumWin.h50 const UChar* getFontFamilyForScript(UScriptCode, FontDescription::GenericFamilyType);
59 FontDescription::GenericFamilyType,
DFontCacheLinux.cpp115 FontDescription::GenericFamilyType mType; in createFontPlatformData()
125 FontDescription::GenericFamilyType type = fontDescription.genericFamily(); in createFontPlatformData()
DFontUtilsChromiumWin.cpp305 FontDescription::GenericFamilyType generic) in getFontFamilyForScript()
329 FontDescription::GenericFamilyType generic, in getFallbackFamily()
DFontCacheChromiumWin.cpp523 FontDescription::GenericFamilyType generic = description.genericFamily(); in getLastResortFallbackFont()
/external/webkit/Source/WebKit/chromium/src/
DWebFontDescription.cpp61 desc.setGenericFamily(static_cast<FontDescription::GenericFamilyType>(genericFamily)); in operator WebCore::FontDescription()