Searched refs:FontWeight (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontDescription.cpp45 FontWeight FontDescription::lighterWeight(void) const
75 FontWeight FontDescription::bolderWeight(void) const
H A DFontDescription.h46 enum FontWeight { enum in namespace:WebCore
119 FontWeight weight() const { return static_cast<FontWeight>(m_weight); }
120 FontWeight lighterWeight() const;
121 FontWeight bolderWeight() const;
154 void setWeight(FontWeight w) { m_weight = w; }
203 unsigned m_weight : 8; // FontWeight
H A DFont.h170 FontWeight weight() const { return m_fontDescription.weight(); }
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DFontCacheMac.mm70 static int toAppKitFontWeight(FontWeight fontWeight)
/macosx-10.10/WebCore-7600.1.25/platform/graphics/freetype/
H A DFontCacheFreeType.cpp140 int fontWeightToFontconfigWeight(FontWeight weight)
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DFontPlatformData.cpp285 static LONG toGDIFontWeight(FontWeight fontWeight)
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DFontCacheWin.cpp365 static LONG toGDIFontWeight(FontWeight fontWeight)
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ios/
H A DFontCacheIOS.mm598 static uint16_t toCTFontWeight(FontWeight fontWeight)
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderThemeMac.mm317 static FontWeight toFontWeight(NSInteger appKitFontWeight)
325 static FontWeight fontWeights[] = {
H A DRenderThemeIOS.mm1082 static FontWeight fromCTFontWeight(float fontWeight)
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSPrimitiveValueMappings.h3654 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(FontWeight weight)
3692 template<> inline CSSPrimitiveValue::operator FontWeight() const
H A DDeprecatedStyleBuilder.cpp915 PropertyHandler handler = ApplyPropertyFont<FontWeight, &FontDescription::weight, &FontDescription::setWeight, FontWeightNormal>::createHandler();

Completed in 204 milliseconds