Searched refs:setWeight (Results 1 - 25 of 25) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontCustomPlatformDataQt.cpp43 font.setWeight(QFont::Bold);
H A DFontPlatformDataQt.cpp71 font.setWeight(toQFontWeight(description.weight()));
/external/webkit/Source/WebKit/chromium/src/
H A DWebFontDescription.cpp66 desc.setWeight(static_cast<FontWeight>(weight));
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontCustomPlatformData.cpp54 fontDesc.setWeight(bold ? FontWeightBold : FontWeightNormal);
H A DFontCacheWinCE.cpp307 fontDescription.setWeight(FontWeightNormal);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
H A DActivateFontsQt.cpp94 f.setWeight(QFont::Normal);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
H A DWebPopupMenuWin.cpp64 d.setWeight(d.bolderWeight());
127 d.setWeight(d.bolderWeight());
/external/llvm/lib/Analysis/
H A DPathNumbering.cpp194 void BallLarusEdge::setWeight(unsigned weight) { function in class:BallLarusEdge
309 (*succ)->setWeight(0);
459 (*succ)->setWeight(sumPaths);
/external/llvm/include/llvm/Analysis/
H A DPathNumbering.h156 void setWeight(unsigned weight);
/external/webkit/Source/WebCore/platform/graphics/
H A DFontDescription.h113 void setWeight(FontWeight w) { m_weight = w; } function in class:WebCore::FontDescription
/external/webkit/Source/WebKit/win/
H A DWebKitGraphics.cpp62 f.setWeight(description.bold ? FontWeightBold : FontWeightNormal);
/external/webkit/Source/WebCore/platform/win/
H A DDragImageWin.cpp114 description.setWeight(bold ? FontWeightBold : FontWeightNormal);
H A DPopupMenuWin.cpp324 d.setWeight(d.bolderWeight());
641 d.setWeight(d.bolderWeight());
/external/webkit/Source/WebCore/rendering/
H A DRenderEmbeddedObject.cpp191 fontDescription.setWeight(FontWeightBold);
H A DRenderListBox.cpp114 d.setWeight(d.bolderWeight());
399 d.setWeight(d.bolderWeight());
H A DRenderThemeChromiumSkia.cpp183 fontDescription.setWeight(FontWeightNormal);
H A DRenderThemeChromiumWin.cpp348 cachedDesc->setWeight(FontWeightNormal);
H A DRenderThemeSafari.cpp243 cachedDesc->setWeight(FontWeightNormal);
H A DRenderThemeWin.cpp289 fontDescription.setWeight(logFont.lfWeight >= 700 ? FontWeightBold : FontWeightNormal); // FIXME: Use real weight.
H A DRenderThemeMac.mm277 cachedDesc->setWeight(toFontWeight([fontManager weightOfFont:font]));
/external/webkit/Tools/DumpRenderTree/qt/
H A Dmain.cpp149 f.setWeight(QFont::Normal);
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp3706 fontDescription.setWeight(m_parentStyle->fontDescription().weight());
3708 fontDescription.setWeight(FontWeightNormal);
3715 fontDescription.setWeight(fontDescription.bolderWeight());
3718 fontDescription.setWeight(fontDescription.lighterWeight());
3722 fontDescription.setWeight(FontWeightBold);
3726 fontDescription.setWeight(FontWeightNormal);
3729 fontDescription.setWeight(FontWeight900);
3732 fontDescription.setWeight(FontWeight800);
3735 fontDescription.setWeight(FontWeight600);
3738 fontDescription.setWeight(FontWeight50
[all...]
/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk.cpp452 fontDescription.setWeight(FontWeightNormal);
/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp1007 d.setWeight(FontWeightBold);
/external/webkit/Source/WebCore/platform/efl/
H A DRenderThemeEfl.cpp1047 fontDescription.setWeight(FontWeightNormal);

Completed in 642 milliseconds