Home
last modified time | relevance | path

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

12

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
DWebPopupMenuWin.cpp64 d.setWeight(d.bolderWeight()); in setUpPlatformData()
127 d.setWeight(d.bolderWeight()); in setUpPlatformData()
/external/webkit/Source/WebCore/platform/graphics/qt/
DFontCustomPlatformDataQt.cpp43 font.setWeight(QFont::Bold); in fontPlatformData()
DFontPlatformDataQt.cpp71 font.setWeight(toQFontWeight(description.weight())); in FontPlatformData()
/external/llvm/lib/Analysis/
DPathNumbering.cpp194 void BallLarusEdge::setWeight(unsigned weight) { in setWeight() function in BallLarusEdge
309 (*succ)->setWeight(0); in calculatePathNumbers()
459 (*succ)->setWeight(sumPaths); in calculatePathNumbersFrom()
/external/webkit/Source/WebKit/chromium/src/
DWebFontDescription.cpp66 desc.setWeight(static_cast<FontWeight>(weight)); in operator WebCore::FontDescription()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
DActivateFontsQt.cpp94 f.setWeight(QFont::Normal); in activateFonts()
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontCustomPlatformData.cpp54 fontDesc.setWeight(bold ? FontWeightBold : FontWeightNormal); in fontPlatformData()
DFontCacheWinCE.cpp307 fontDescription.setWeight(FontWeightNormal);
/external/llvm/include/llvm/Analysis/
DPathNumbering.h156 void setWeight(unsigned weight);
/external/webkit/Source/WebKit/win/
DWebKitGraphics.cpp62 f.setWeight(description.bold ? FontWeightBold : FontWeightNormal); in makeFont()
/external/webkit/Source/WebCore/platform/graphics/
DFontDescription.h113 void setWeight(FontWeight w) { m_weight = w; } in setWeight() function
/external/webkit/Tools/DumpRenderTree/qt/
Dmain.cpp149 f.setWeight(QFont::Normal); in main()
/external/webkit/Source/WebCore/platform/win/
DDragImageWin.cpp114 description.setWeight(bold ? FontWeightBold : FontWeightNormal); in dragLabelFont()
DPopupMenuWin.cpp324 d.setWeight(d.bolderWeight()); in calculatePositionAndSize()
641 d.setWeight(d.bolderWeight()); in paint()
/external/webkit/Source/WebCore/rendering/
DRenderEmbeddedObject.cpp191 fontDescription.setWeight(FontWeightBold); in getReplacementTextGeometry()
DRenderListBox.cpp114 d.setWeight(d.bolderWeight()); in updateFromElement()
399 d.setWeight(d.bolderWeight()); in paintItemForeground()
DRenderThemeChromiumSkia.cpp183 fontDescription.setWeight(FontWeightNormal); in systemFont()
DRenderThemeChromiumWin.cpp348 cachedDesc->setWeight(FontWeightNormal); in systemFont()
DRenderThemeWin.cpp289 …fontDescription.setWeight(logFont.lfWeight >= 700 ? FontWeightBold : FontWeightNormal); // FIXME: … in fillFontDescription()
DRenderThemeSafari.cpp243 cachedDesc->setWeight(FontWeightNormal); in systemFont()
DRenderThemeMac.mm277 cachedDesc->setWeight(toFontWeight([fontManager weightOfFont:font]));
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp3702 fontDescription.setWeight(m_parentStyle->fontDescription().weight()); in applyProperty()
3704 fontDescription.setWeight(FontWeightNormal); in applyProperty()
3711 fontDescription.setWeight(fontDescription.bolderWeight()); in applyProperty()
3714 fontDescription.setWeight(fontDescription.lighterWeight()); in applyProperty()
3718 fontDescription.setWeight(FontWeightBold); in applyProperty()
3722 fontDescription.setWeight(FontWeightNormal); in applyProperty()
3725 fontDescription.setWeight(FontWeight900); in applyProperty()
3728 fontDescription.setWeight(FontWeight800); in applyProperty()
3731 fontDescription.setWeight(FontWeight600); in applyProperty()
3734 fontDescription.setWeight(FontWeight500); in applyProperty()
[all …]
/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk.cpp452 fontDescription.setWeight(FontWeightNormal); in systemFont()
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp1007 d.setWeight(FontWeightBold); in getRowFont()
/external/webkit/Source/WebCore/platform/efl/
DRenderThemeEfl.cpp1047 fontDescription.setWeight(FontWeightNormal); in systemFont()

12