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

  /external/webkit/Source/WebCore/platform/graphics/
FontDescription.cpp 35 FontWeight FontDescription::lighterWeight(void) const
65 FontWeight FontDescription::bolderWeight(void) const
FontDescription.h 39 enum FontWeight {
89 FontWeight weight() const { return static_cast<FontWeight>(m_weight); }
90 FontWeight lighterWeight() const;
91 FontWeight bolderWeight() const;
113 void setWeight(FontWeight w) { m_weight = w; }
145 unsigned m_weight : 8; // FontWeight
Font.h 127 FontWeight weight() const { return m_fontDescription.weight(); }
  /external/webkit/Source/WebKit/chromium/src/
WebFontDescription.cpp 66 desc.setWeight(static_cast<FontWeight>(weight));
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontPlatformDataQt.cpp 30 static inline QFont::Weight toQFontWeight(FontWeight fontWeight)
32 switch (fontWeight) {
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontPlatformDataWx.cpp 57 static wxFontWeight fontWeightToWxFontWeight(FontWeight weight)
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCacheMac.mm 73 static int toAppKitFontWeight(FontWeight fontWeight)
86 return appKitFontWeights[fontWeight];
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontCacheFreeType.cpp 145 int fontWeightToFontconfigWeight(FontWeight weight)
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontPlatformData.cpp 295 static LONG toGDIFontWeight(FontWeight fontWeight)
308 return gdiFontWeights[fontWeight];
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 336 static LONG toGDIFontWeight(FontWeight fontWeight)
349 return gdiFontWeights[fontWeight];
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 368 static LONG toGDIFontWeight(FontWeight fontWeight)
381 return gdiFontWeights[fontWeight];
  /external/webkit/Source/WebCore/rendering/
RenderThemeMac.mm 195 static FontWeight toFontWeight(NSInteger appKitFontWeight)
203 static FontWeight fontWeights[] = {
    [all...]

Completed in 117 milliseconds