Home
last modified time | relevance | path

Searched refs:FontWeightNormal (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DFontDescription.cpp62 return FontWeightNormal; in lighterWeight()
90 return FontWeightNormal; in bolderWeight()
DFontDescription.h49 FontWeightNormal = FontWeight400, enumerator
67 , m_weight(FontWeightNormal) in FontDescription()
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontCustomPlatformData.cpp54 fontDesc.setWeight(bold ? FontWeightBold : FontWeightNormal); in fontPlatformData()
DFontCacheWinCE.cpp306 if (unicodeRange == cRangeThai && fontDescription.weight() > FontWeightNormal)
307 fontDescription.setWeight(FontWeightNormal);
/external/webkit/Source/WebKit/win/
DWebKitGraphics.cpp62 f.setWeight(description.bold ? FontWeightBold : FontWeightNormal); in makeFont()
/external/webkit/Source/WebCore/platform/win/
DDragImageWin.cpp114 description.setWeight(bold ? FontWeightBold : FontWeightNormal); in dragLabelFont()
/external/webkit/Source/WebCore/rendering/
DRenderThemeChromiumSkia.cpp183 fontDescription.setWeight(FontWeightNormal); in systemFont()
DRenderThemeChromiumWin.cpp348 cachedDesc->setWeight(FontWeightNormal); in systemFont()
DRenderThemeWin.cpp289 …fontDescription.setWeight(logFont.lfWeight >= 700 ? FontWeightBold : FontWeightNormal); // FIXME: … in fillFontDescription()
DRenderThemeSafari.cpp243 cachedDesc->setWeight(FontWeightNormal); in systemFont()
/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk.cpp452 fontDescription.setWeight(FontWeightNormal); in systemFont()
/external/webkit/Source/WebKit/chromium/src/
DAssertMatchingEnums.cpp302 COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::WeightNormal, FontWeightNormal);
/external/webkit/Source/WebCore/platform/efl/
DRenderThemeEfl.cpp1047 fontDescription.setWeight(FontWeightNormal); in systemFont()
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1145 case FontWeightNormal: in getPropertyCSSValue()
DCSSStyleSelector.cpp3704 fontDescription.setWeight(FontWeightNormal); in applyProperty()
3722 fontDescription.setWeight(FontWeightNormal); in applyProperty()