Home
last modified time | relevance | path

Searched refs:FontWeightBold (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wince/
DFontCustomPlatformData.cpp54 fontDesc.setWeight(bold ? FontWeightBold : FontWeightNormal); in fontPlatformData()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontCacheLinux.cpp141 if (fontDescription.weight() >= FontWeightBold) in createFontPlatformData()
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontCacheAndroid.cpp152 if (fontDescription.weight() >= FontWeightBold) in createFontPlatformData()
/external/webkit/Source/WebKit/win/
DWebKitGraphics.cpp62 f.setWeight(description.bold ? FontWeightBold : FontWeightNormal); in makeFont()
/external/webkit/Source/WebCore/platform/graphics/
DFontDescription.h50 FontWeightBold = FontWeight700 enumerator
/external/webkit/Source/WebCore/platform/graphics/freetype/
DFontPlatformDataFreeType.cpp131 if (fontDescription.weight() >= FontWeightBold) { in FontPlatformData()
/external/webkit/Source/WebCore/platform/win/
DDragImageWin.cpp114 description.setWeight(bold ? FontWeightBold : FontWeightNormal); in dragLabelFont()
/external/webkit/Source/WebCore/rendering/
DRenderEmbeddedObject.cpp191 fontDescription.setWeight(FontWeightBold); in getReplacementTextGeometry()
DRenderThemeWin.cpp289 …fontDescription.setWeight(logFont.lfWeight >= 700 ? FontWeightBold : FontWeightNormal); // FIXME: … in fillFontDescription()
/external/webkit/Source/WebCore/platform/mac/
DPopupMenuMac.mm96 …font = style.font().weight() < FontWeightBold ? [NSFont systemFontOfSize:size] : [NSFont boldSyste…
/external/webkit/Source/WebKit/chromium/src/
DAssertMatchingEnums.cpp303 COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::WeightBold, FontWeightBold);
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp1007 d.setWeight(FontWeightBold); in getRowFont()
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1139 case FontWeightBold: in getPropertyCSSValue()
DCSSStyleSelector.cpp3722 fontDescription.setWeight(FontWeightBold); in applyProperty()