Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
DFontCacheSkia.cpp67 if (family.isBold && description.weight() < FontWeightBold) in platformFallbackForCharacter()
68 description.setWeight(FontWeightBold); in platformFallbackForCharacter()
69 if (!family.isBold && description.weight() >= FontWeightBold) { in platformFallbackForCharacter()
120 if (fontDescription.weight() >= FontWeightBold) in createTypeface()
145 …(fontDescription.weight() >= FontWeightBold && !tf->isBold()) || fontDescription.isSyntheticBold(), in createFontPlatformData()
DFontCacheSkiaWin.cpp212 … fontDescription.weight() >= FontWeightBold && !tf->isBold() || fontDescription.isSyntheticBold(), in createFontPlatformData()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderEmbeddedObject.cpp171 fontDescription.setWeight(FontWeightBold); in getReplacementTextGeometry()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h55 FontWeightBold = FontWeight700 enumerator
/external/chromium_org/third_party/WebKit/Source/core/platform/
DDragImage.cpp123 const Font labelFont = deriveDragLabelFont(kDragLinkLabelFontSize, FontWeightBold, systemFont); in create()
/external/chromium_org/third_party/WebKit/Source/web/
DPopupListBox.cpp545 d.setWeight(FontWeightBold); in getRowFont()
DAssertMatchingEnums.cpp395 COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::WeightBold, FontWeightBold);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp1986 if (fontDescription.weight() == FontWeightBold) in font()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h3565 return FontWeightBold; in FontWeight()
DCSSComputedStyleDeclaration.cpp1538 case FontWeightBold: in valueForFontWeight()