Home
last modified time | relevance | path

Searched refs:StandardFamily (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wx/
DFontPlatformDataWx.cpp40 case FontDescription::StandardFamily: in fontFamilyToWxFontFamily()
/external/webkit/Source/WebCore/platform/graphics/android/
DFontCacheAndroid.cpp44 case FontDescription::StandardFamily: in getFallbackFontName()
/external/webkit/Source/WebCore/platform/graphics/
DFontDescription.h55 enum GenericFamilyType { NoFamily, StandardFamily, SerifFamily, SansSerifFamily, enumerator
/external/webkit/Source/WebCore/platform/graphics/freetype/
DFontCacheFreeType.cpp128 case FontDescription::StandardFamily: in getFamilyNameStringFromFontDescriptionAndFamily()
/external/webkit/Source/WebCore/platform/graphics/pango/
DFontPlatformDataPango.cpp75 case FontDescription::StandardFamily: in FontPlatformData()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DUniscribeHelper.cpp607 FontDescription::StandardFamily, 0, 0); in shape()
/external/webkit/Source/WebKit/chromium/src/
DAssertMatchingEnums.cpp281 …E_ASSERT_MATCHING_ENUM(WebFontDescription::GenericFamilyStandard, FontDescription::StandardFamily);
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp4925 fontDescription.setGenericFamily(FontDescription::StandardFamily); in applyProperty()