Home
last modified time | relevance | path

Searched refs:FontWeight800 (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DFontDescription.cpp55 case FontWeight800: in lighterWeight()
83 return FontWeight800; in bolderWeight()
85 case FontWeight800: in bolderWeight()
DFontDescription.h47 FontWeight800, enumerator
/external/webkit/Source/WebCore/platform/graphics/qt/
DFontPlatformDataQt.cpp39 case FontWeight800: in toQFontWeight()
/external/webkit/Source/WebCore/platform/graphics/freetype/
DFontCacheFreeType.cpp162 case FontWeight800: in fontWeightToFontconfigWeight()
/external/webkit/Source/WebCore/platform/graphics/mac/
DFontCacheMac.mm83 10, // FontWeight800
/external/webkit/Source/WebKit/chromium/src/
DAssertMatchingEnums.cpp300 COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::Weight800, FontWeight800);
/external/webkit/Source/WebCore/rendering/
DRenderThemeMac.mm213 FontWeight800,
214 FontWeight800,
/external/webkit/Source/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp1350 case FontWeight800: in getAttributeSetForAccessibilityObject()
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1141 case FontWeight800: in getPropertyCSSValue()
DCSSStyleSelector.cpp3732 fontDescription.setWeight(FontWeight800); in applyProperty()