Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DFontFaceCache.cpp178 …{ FontWeight200, FontWeight300, FontWeight400, FontWeight500, FontWeight600, FontWeight700, FontWe… in compareFontFaces()
179 …{ FontWeight100, FontWeight300, FontWeight400, FontWeight500, FontWeight600, FontWeight700, FontWe… in compareFontFaces()
180 …{ FontWeight200, FontWeight100, FontWeight400, FontWeight500, FontWeight600, FontWeight700, FontWe… in compareFontFaces()
181 …{ FontWeight500, FontWeight300, FontWeight200, FontWeight100, FontWeight600, FontWeight700, FontWe… in compareFontFaces()
182 …{ FontWeight400, FontWeight300, FontWeight200, FontWeight100, FontWeight600, FontWeight700, FontWe… in compareFontFaces()
184 …{ FontWeight800, FontWeight900, FontWeight600, FontWeight500, FontWeight400, FontWeight300, FontWe… in compareFontFaces()
185 …{ FontWeight900, FontWeight700, FontWeight600, FontWeight500, FontWeight400, FontWeight300, FontWe… in compareFontFaces()
186 …{ FontWeight800, FontWeight700, FontWeight600, FontWeight500, FontWeight400, FontWeight300, FontWe… in compareFontFaces()
DCSSSegmentedFontFace.cpp145 …escription.setSyntheticBold(m_traits.weight() < FontWeight600 && desiredTraits.weight() >= FontWei… in getFontData()
DFontFace.cpp428 weight = FontWeight600; in traits()
DCSSPrimitiveValueMappings.h3430 case FontWeight600: in CSSPrimitiveValue()
3469 return FontWeight600; in FontWeight()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
DFontCacheSkia.cpp79 platformData.setSyntheticBold(fontDescription.weight() >= FontWeight600); in fallbackOnStandardFontStyle()
92 || fontDescription.weight() >= FontWeight600) { in fallbackFontForCharacter()
216 if (fontDescription.weight() >= FontWeight600) in createTypeface()
253 … (fontDescription.weight() >= FontWeight600 && !tf->isBold()) || fontDescription.isSyntheticBold(), in createFontPlatformData()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.cpp65 case FontWeight600: in lighterWeight()
89 case FontWeight600: in bolderWeight()
DFontTraits.h40 FontWeight600, enumerator
DFontDescriptionTest.cpp92 source.setWeight(FontWeight600); in TEST()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
DFontCacheSkiaWin.cpp234 { L" demibold", 9, FontWeight600 }, in typefacesHasWeightSuffix()
235 { L" semibold", 9, FontWeight600 }, in typefacesHasWeightSuffix()
336 … fontDescription.weight() >= FontWeight600 && !tf->isBold() || fontDescription.isSyntheticBold(), in createFontPlatformData()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimatableValueFactory.cpp251 case FontWeight600: in fontWeightToDouble()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DFontCacheMac.mm91 8, // FontWeight600
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DAnimatedStyleBuilder.cpp241 FontWeight600, in animatableValueToFontWeight()
/external/chromium_org/third_party/WebKit/Source/web/
DAssertMatchingEnums.cpp397 COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::Weight600, FontWeight600);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderThemeChromiumMac.mm229 FontWeight600,
230 FontWeight600,