Searched defs:fontWeight (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontPlatformDataQt.cpp30 static inline QFont::Weight toQFontWeight(FontWeight fontWeight) argument
32 switch (fontWeight) {
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontCacheChromiumWin.cpp336 static LONG toGDIFontWeight(FontWeight fontWeight) argument
349 return gdiFontWeights[fontWeight];
/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontCacheWin.cpp368 static LONG toGDIFontWeight(FontWeight fontWeight) argument
381 return gdiFontWeights[fontWeight];
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontPlatformData.cpp295 static LONG toGDIFontWeight(FontWeight fontWeight) argument
308 return gdiFontWeights[fontWeight];
/external/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp938 RefPtr<CSSValue> fontWeight = style->getPropertyCSSValue(CSSPropertyFontWeight); local
940 if (!fontWeight)
942 if (!fontWeight->isPrimitiveValue())
947 switch (static_cast<CSSPrimitiveValue*>(fontWeight.get())->getIdent()) {
/external/webkit/Source/WebCore/accessibility/gtk/
H A DAccessibilityObjectWrapperAtk.cpp1327 int fontWeight = -1; local
1330 fontWeight = 100;
1333 fontWeight = 200;
1336 fontWeight = 300;
1339 fontWeight = 400;
1342 fontWeight = 500;
1345 fontWeight = 600;
1348 fontWeight = 700;
1351 fontWeight = 800;
1354 fontWeight
[all...]

Completed in 216 milliseconds