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/
DFontDescription.cpp108 setWeight(FontWeight100); in setTraitsMask()
111 setWeight(FontWeight200); in setTraitsMask()
114 setWeight(FontWeight300); in setTraitsMask()
117 setWeight(FontWeight400); in setTraitsMask()
120 setWeight(FontWeight500); in setTraitsMask()
123 setWeight(FontWeight600); in setTraitsMask()
126 setWeight(FontWeight700); in setTraitsMask()
129 setWeight(FontWeight800); in setTraitsMask()
132 setWeight(FontWeight900); in setTraitsMask()
DFontDescription.h153 void setWeight(FontWeight w) { m_weight = w; } in setWeight() function
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
DFontCacheSkia.cpp68 description.setWeight(FontWeightBold); in platformFallbackForCharacter()
71 description.setWeight(FontWeightNormal); in platformFallbackForCharacter()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderThemeChromiumFontProviderLinux.cpp67 fontDescription.setWeight(FontWeightNormal); in systemFont()
DRenderThemeChromiumFontProviderWin.cpp177 cachedDesc->setWeight(FontWeightNormal); in systemFont()
DRenderEmbeddedObject.cpp171 fontDescription.setWeight(FontWeightBold); in getReplacementTextGeometry()
DRenderListBox.cpp129 d.setWeight(d.bolderWeight()); in updateFromElement()
434 d.setWeight(d.bolderWeight()); in paintItemForeground()
DRenderThemeChromiumMac.mm308 cachedDesc->setWeight(toFontWeight([fontManager weightOfFont:font]));
/external/chromium_org/third_party/WebKit/Source/modules/speech/
DSpeechGrammar.h48 void setWeight(double weight) { m_weight = weight; } in setWeight() function
/external/chromium_org/third_party/WebKit/Source/web/
DWebFontDescription.cpp66 desc.setWeight(static_cast<FontWeight>(weight)); in operator WebCore::FontDescription()
DPopupListBox.cpp545 d.setWeight(FontWeightBold); in getRowFont()
/external/llvm/lib/Analysis/
DPathNumbering.cpp193 void BallLarusEdge::setWeight(unsigned weight) { in setWeight() function in BallLarusEdge
308 (*succ)->setWeight(0); in calculatePathNumbers()
458 (*succ)->setWeight(sumPaths); in calculatePathNumbersFrom()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp349 void FontBuilder::setWeight(FontWeight fontWeight) in setWeight() function in WebCore::FontBuilder
353 scope.fontDescription().setWeight(fontWeight); in setWeight()
360 scope.fontDescription().setWeight(scope.fontDescription().bolderWeight()); in setWeightBolder()
367 scope.fontDescription().setWeight(scope.fontDescription().lighterWeight()); in setWeightLighter()
DFontBuilder.h62 void setWeight(FontWeight);
DStyleBuilderCustom.cpp236 state.fontBuilder().setWeight(FontWeightNormal); in applyInitialCSSPropertyFontWeight()
241 state.fontBuilder().setWeight(state.parentFontDescription().weight()); in applyInheritCSSPropertyFontWeight()
260 state.fontBuilder().setWeight(*primitiveValue); in applyValueCSSPropertyFontWeight()
/external/chromium_org/third_party/WebKit/Source/core/css/
DFontFace.h72 void setWeight(const String&, ExceptionState&);
DFontFace.cpp121 fontFace->setWeight(value, exceptionState); in create()
220 void FontFace::setWeight(const String& s, ExceptionState& exceptionState) in setWeight() function in WebCore::FontFace
/external/llvm/include/llvm/Analysis/
DPathNumbering.h156 void setWeight(unsigned weight);
/external/chromium_org/third_party/WebKit/Source/core/platform/
DDragImage.cpp113 description.setWeight(fontWeight); in deriveDragLabelFont()