Searched refs:FontWeight (Results 1 – 11 of 11) sorted by relevance
44 enum FontWeight { enum115 FontWeight weight() const { return static_cast<FontWeight>(m_weight); } in weight()116 FontWeight lighterWeight() const;117 FontWeight bolderWeight() const;153 void setWeight(FontWeight w) { m_weight = w; } in setWeight()
52 FontWeight FontDescription::lighterWeight(void) const in lighterWeight()74 FontWeight FontDescription::bolderWeight(void) const in bolderWeight()
129 FontWeight weight() const { return m_fontDescription.weight(); } in weight()
66 desc.setWeight(static_cast<FontWeight>(weight)); in operator WebCore::FontDescription()
62 void setWeight(FontWeight);
349 void FontBuilder::setWeight(FontWeight fontWeight) in setWeight()
110 static Font deriveDragLabelFont(int size, FontWeight fontWeight, const FontDescription& systemFont) in deriveDragLabelFont()
329 static LONG toGDIFontWeight(FontWeight fontWeight) in toGDIFontWeight()
72 static int toAppKitFontWeight(FontWeight fontWeight)
3522 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(FontWeight weight) in CSSPrimitiveValue()3560 template<> inline CSSPrimitiveValue::operator FontWeight() const in FontWeight() function
226 static FontWeight toFontWeight(NSInteger appKitFontWeight)234 static FontWeight fontWeights[] = {