Home
last modified time | relevance | path

Searched refs:setWeight (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescriptionTest.cpp50 source.setWeight(FontWeightNormal); in TEST()
56 source.setWeight(FontWeightNormal); in TEST()
62 source.setWeight(FontWeight900); in TEST()
68 source.setWeight(FontWeight100); in TEST()
74 source.setWeight(FontWeight900); in TEST()
80 source.setWeight(FontWeight800); in TEST()
86 source.setWeight(FontWeight700); in TEST()
92 source.setWeight(FontWeight600); in TEST()
98 source.setWeight(FontWeight500); in TEST()
104 source.setWeight(FontWeight400); in TEST()
[all …]
DFontDescription.cpp130 setWeight(traits.weight()); in setTraits()
DFontDescription.h175 void setWeight(FontWeight w) { m_weight = w; } in setWeight() function
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
DFontCacheSkia.cpp73 substituteDescription.setWeight(FontWeightNormal); in fallbackOnStandardFontStyle()
114 description.setWeight(FontWeightBold); in fallbackFontForCharacter()
117 description.setWeight(FontWeightNormal); in fallbackFontForCharacter()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderThemeChromiumFontProviderLinux.cpp67 fontDescription.setWeight(FontWeightNormal); in systemFont()
DRenderThemeChromiumFontProviderWin.cpp176 cachedDesc->setWeight(FontWeightNormal); in systemFont()
DRenderEmbeddedObject.cpp166 fontDescription.setWeight(FontWeightBold); in getReplacementTextGeometry()
DRenderThemeChromiumMac.mm296 cachedDesc->setWeight(toFontWeight([fontManager weightOfFont:font]));
/external/chromium_org/third_party/WebKit/Source/modules/speech/
DSpeechGrammar.h49 void setWeight(double weight) { m_weight = weight; } in setWeight() function
/external/chromium_org/third_party/WebKit/Source/web/
DWebFontDescription.cpp63 desc.setWeight(static_cast<FontWeight>(weight)); in operator FontDescription()
DPopupListBox.cpp494 d.setWeight(FontWeightBold); in getRowFont()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.h60 void setWeight(FontWeight);
DFontBuilder.cpp237 void FontBuilder::setWeight(FontWeight fontWeight) in setWeight() function in blink::FontBuilder
241 scope.fontDescription().setWeight(fontWeight); in setWeight()
/external/chromium_org/third_party/WebKit/Source/platform/
DDragImageTest.cpp157 fontDescription.setWeight(FontWeightNormal); in TEST()
DDragImage.cpp112 description.setWeight(fontWeight); in deriveDragLabelFont()
/external/chromium_org/third_party/WebKit/Source/core/css/
DFontFace.h80 void setWeight(ExecutionContext*, const String&, ExceptionState&);
DFontFace.cpp188 void FontFace::setWeight(ExecutionContext* context, const String& s, ExceptionState& exceptionState) in setWeight() function in blink::FontFace
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
DFontCacheSkiaWin.cpp314 adjustedFontDescription.setWeight(variantWeight); in createFontPlatformData()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp1236 desc.setWeight(weight); in setFontWeight()