Searched refs:FontWeightBold (Results 1 – 10 of 10) sorted by relevance
67 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()
212 … fontDescription.weight() >= FontWeightBold && !tf->isBold() || fontDescription.isSyntheticBold(), in createFontPlatformData()
171 fontDescription.setWeight(FontWeightBold); in getReplacementTextGeometry()
55 FontWeightBold = FontWeight700 enumerator
123 const Font labelFont = deriveDragLabelFont(kDragLinkLabelFontSize, FontWeightBold, systemFont); in create()
545 d.setWeight(FontWeightBold); in getRowFont()
395 COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::WeightBold, FontWeightBold);
1986 if (fontDescription.weight() == FontWeightBold) in font()
3565 return FontWeightBold; in FontWeight()
1538 case FontWeightBold: in valueForFontWeight()