HomeSort by relevance Sort by last modified time
    Searched refs:FontWeight (Results 1 - 11 of 11) sorted by null

  /external/webkit/WebCore/platform/graphics/
FontDescription.cpp 35 FontWeight FontDescription::lighterWeight(void) const
65 FontWeight FontDescription::bolderWeight(void) const
FontDescription.h 36 enum FontWeight {
82 FontWeight weight() const { return static_cast<FontWeight>(m_weight); }
83 FontWeight lighterWeight() const;
84 FontWeight bolderWeight() const;
102 void setWeight(FontWeight w) { m_weight = w; }
121 unsigned m_weight : 8; // FontWeight
Font.h 112 FontWeight weight() const { return m_fontDescription.weight(); }
  /external/webkit/WebCore/platform/graphics/wx/
FontPlatformDataWx.cpp 57 static wxFontWeight fontWeightToWxFontWeight(FontWeight weight)
  /external/webkit/WebCore/platform/graphics/qt/
FontPlatformData.h 86 static inline QFont::Weight toQFontWeight(FontWeight fontWeight)
88 switch (fontWeight) {
  /external/webkit/WebCore/platform/graphics/mac/
FontCacheMac.mm 73 static int toAppKitFontWeight(FontWeight fontWeight)
86 return appKitFontWeights[fontWeight];
  /external/webkit/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 434 static LONG toGDIFontWeight(FontWeight fontWeight)
447 return gdiFontWeights[fontWeight];
  /external/webkit/WebCore/platform/graphics/wince/
FontPlatformData.cpp 293 static LONG toGDIFontWeight(FontWeight fontWeight)
306 return gdiFontWeights[fontWeight];
  /external/webkit/WebCore/platform/graphics/win/
FontCacheWin.cpp 322 static LONG toGDIFontWeight(FontWeight fontWeight)
335 return gdiFontWeights[fontWeight];
  /external/webkit/WebCore/rendering/
RenderThemeChromiumMac.mm 227 static FontWeight toFontWeight(NSInteger appKitFontWeight)
235 static FontWeight fontWeights[] = {
    [all...]
RenderThemeMac.mm 175 static FontWeight toFontWeight(NSInteger appKitFontWeight)
183 static FontWeight fontWeights[] = {
    [all...]

Completed in 282 milliseconds