Home
last modified time | relevance | path

Searched refs:SerifFamily (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontCacheLinux.cpp83 case FontDescription::SerifFamily: in getLastResortFallbackFont()
118 { FontDescription::SerifFamily, "serif" }, in createFontPlatformData()
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontCacheAndroid.cpp44 case FontDescription::SerifFamily: in getFallbackFontName()
123 case FontDescription::SerifFamily: in getLastResortFallbackFont()
/external/webkit/Source/WebCore/platform/graphics/wx/
DFontPlatformDataWx.cpp42 case FontDescription::SerifFamily: in fontFamilyToWxFontFamily()
/external/webkit/Source/WebCore/platform/graphics/
DFontDescription.h55 enum GenericFamilyType { NoFamily, StandardFamily, SerifFamily, SansSerifFamily, enumerator
/external/webkit/Source/WebCore/platform/graphics/freetype/
DFontCacheFreeType.cpp129 case FontDescription::SerifFamily: in getFamilyNameStringFromFontDescriptionAndFamily()
/external/webkit/Source/WebCore/platform/graphics/pango/
DFontPlatformDataPango.cpp65 case FontDescription::SerifFamily: in FontPlatformData()
/external/webkit/Source/WebKit/chromium/src/
DAssertMatchingEnums.cpp282 COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::GenericFamilySerif, FontDescription::SerifFamily);
/external/webkit/Source/WebCore/rendering/
DRenderThemeSafari.cpp389 fontDescription.setGenericFamily(FontDescription::SerifFamily); in setFontFromControlSize()
DRenderThemeMac.mm687 fontDescription.setGenericFamily(FontDescription::SerifFamily);
/external/webkit/Source/WebCore/platform/mac/
DThemeMac.mm583 fontDescription.setGenericFamily(FontDescription::SerifFamily);
/external/webkit/Source/WebCore/platform/chromium/
DThemeChromiumMac.mm674 fontDescription.setGenericFamily(FontDescription::SerifFamily);
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp4675 fontDescription.setGenericFamily(FontDescription::SerifFamily); in applyProperty()