HomeSort by relevance Sort by last modified time
    Searched full:fontweight (Results 1 - 25 of 32) sorted by null

1 2

  /external/webkit/Source/WebCore/mathml/
mathattrs.in 15 fontweight
  /external/webkit/Source/WebCore/platform/graphics/
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
FontDescription.cpp 35 FontWeight FontDescription::lighterWeight(void) const
65 FontWeight FontDescription::bolderWeight(void) const
Font.h 127 FontWeight weight() const { return m_fontDescription.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/mac/
WebFontCache.mm 170 NSInteger fontWeight = [[fontInfo objectAtIndex:2] intValue];
171 fixUpWeight(fontWeight, fontFullName);
174 traitsMasks.append(toTraitsMask(fontTraits, fontWeight));
234 NSInteger fontWeight = [[fontInfo objectAtIndex:2] intValue];
235 fixUpWeight(fontWeight, fontFullName);
243 newWinner = betterChoice(desiredTraits, desiredWeight, chosenTraits, chosenWeight, fontTraits, fontWeight);
247 chosenWeight = fontWeight;
HTMLConverter.mm 629 NSString *fontName = [[self _stringForNode:element property:@"font-family"] capitalizedString], *fontStyle = [self _stringForNode:element property:@"font-style"], *fontWeight = [self _stringForNode:element property:@"font-weight"], *fontVariant = [self _stringForNode:element property:@"font-variant"];
    [all...]
  /external/webkit/Source/WebCore/css/
CSSFontSelector.cpp 142 if (RefPtr<CSSValue> fontWeight = style->getPropertyCSSValue(CSSPropertyFontWeight)) {
143 if (fontWeight->isPrimitiveValue()) {
145 list->append(fontWeight);
146 fontWeight = list;
147 } else if (!fontWeight->isValueList())
150 CSSValueList* weightList = static_cast<CSSValueList*>(fontWeight.get());
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCacheMac.mm 73 static int toAppKitFontWeight(FontWeight fontWeight)
86 return appKitFontWeights[fontWeight];
  /external/webkit/Source/WebKit/chromium/src/
WebFontDescription.cpp 66 desc.setWeight(static_cast<FontWeight>(weight));
  /frameworks/base/tools/velocityplot/
velocityplot.py 140 axes.text(0.02, 0.02, title, transform=axes.transAxes, fontsize=10, fontweight='bold')
141 axes.set_xlabel('time (s)', fontsize=10, fontweight='bold')
142 axes.set_ylabel(ylabel, fontsize=10, fontweight='bold')
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontPlatformData.cpp 295 static LONG toGDIFontWeight(FontWeight fontWeight)
308 return gdiFontWeights[fontWeight];
  /external/webkit/Source/WebCore/bindings/objc/
DOMCSS.h 160 - (NSString *)fontWeight;
161 - (void)setFontWeight:(NSString *)fontWeight;
DOMCSS.mm 667 - (NSString *)fontWeight
672 - (void)setFontWeight:(NSString *)fontWeight
674 [self setProperty:@"font-weight" value:fontWeight priority:@""];
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontPlatformDataPango.cpp 84 // FIXME: Map all FontWeight values to Pango font weights.
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontPlatformDataWx.cpp 57 static wxFontWeight fontWeightToWxFontWeight(FontWeight weight)
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
mozilla 211 fontweight
  /external/webkit/Source/WebCore/editing/
EditingStyle.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontCacheFreeType.cpp 145 int fontWeightToFontconfigWeight(FontWeight weight)
  /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];
  /frameworks/base/tools/orientationplot/
orientationplot.py 214 axes.text(0.02, 0.02, title, transform=axes.transAxes, fontsize=10, fontweight='bold')
215 axes.set_xlabel('time (s)', fontsize=10, fontweight='bold')
216 axes.set_ylabel(ylabel, fontsize=10, fontweight='bold')
  /external/webkit/Source/WebCore/rendering/
RenderThemeMac.mm 195 static FontWeight toFontWeight(NSInteger appKitFontWeight)
203 static FontWeight fontWeights[] = {
    [all...]
  /sdk/templates/docs/
jquery-1.8.0.min.js     [all...]

Completed in 680 milliseconds

1 2