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

  /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/platform/graphics/qt/
FontPlatformDataQt.cpp 30 static inline QFont::Weight toQFontWeight(FontWeight fontWeight)
32 switch (fontWeight) {
  /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/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/editing/
EditingStyle.cpp     [all...]
  /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/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
global-libraries-combined.js     [all...]

Completed in 191 milliseconds