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

  /external/webkit/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;
  /external/webkit/WebCore/platform/graphics/qt/
FontPlatformData.h 86 static inline QFont::Weight toQFontWeight(FontWeight fontWeight)
88 switch (fontWeight) {
  /external/webkit/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/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/bindings/objc/
DOMCSS.h 160 - (NSString *)fontWeight;
161 - (void)setFontWeight:(NSString *)fontWeight;
DOMCSS.mm 670 - (NSString *)fontWeight
675 - (void)setFontWeight:(NSString *)fontWeight
677 [self setProperty:@"font-weight" value:fontWeight priority:@""];
  /external/webkit/WebCore/platform/graphics/win/
FontCacheWin.cpp 322 static LONG toGDIFontWeight(FontWeight fontWeight)
335 return gdiFontWeights[fontWeight];
  /external/webkit/WebCore/editing/
ApplyStyleCommand.cpp 342 RefPtr<CSSValue> fontWeight = style->getPropertyCSSValue(CSSPropertyFontWeight);
344 if (!fontWeight)
346 if (!fontWeight->isPrimitiveValue())
351 switch (static_cast<CSSPrimitiveValue*>(fontWeight.get())->getIdent()) {
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]

Completed in 684 milliseconds