Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/qt/
DFontCustomPlatformData.cpp43 font.setWeight(QFont::Bold); in fontPlatformData()
DFontPlatformDataQt.cpp47 m_font.setWeight(toQFontWeight(description.weight())); in FontPlatformData()
/external/webkit/WebCore/platform/graphics/wince/
DFontCustomPlatformData.cpp48 fontDesc.setWeight(bold ? FontWeightBold : FontWeightNormal); in fontPlatformData()
DFontCacheWince.cpp307 fontDescription.setWeight(FontWeightNormal);
/external/webkit/WebCore/platform/graphics/
DFontDescription.h94 void setWeight(FontWeight w) { m_weight = w; } in setWeight() function
/external/webkit/WebKitTools/DumpRenderTree/qt/
Dmain.cpp113 f.setWeight(QFont::Normal); in main()
/external/webkit/WebKit/win/
DWebKitGraphics.cpp66 f.setWeight(description.bold ? FontWeightBold : FontWeightNormal); in makeFont()
/external/webkit/WebCore/rendering/
DRenderListBox.cpp112 d.setWeight(d.bolderWeight()); in updateFromElement()
329 d.setWeight(d.bolderWeight()); in paintItemForeground()
DRenderThemeChromiumWin.cpp308 cachedDesc->setWeight(FontWeightNormal); in systemFont()
DRenderThemeChromiumSkia.cpp198 fontDescription.setWeight(FontWeightNormal); in systemFont()
DRenderThemeWin.cpp262 …fontDescription.setWeight(logFont.lfWeight >= 700 ? FontWeightBold : FontWeightNormal); // FIXME: … in fillFontDescription()
DRenderThemeSafari.cpp242 cachedDesc->setWeight(FontWeightNormal); in systemFont()
DRenderThemeMac.mm256 cachedDesc->setWeight(toFontWeight([fontManager weightOfFont:font]));
DRenderThemeChromiumMac.mm266 cachedDesc->setWeight(toFontWeight([fontManager weightOfFont:font]));
/external/webkit/WebCore/platform/win/
DPopupMenuWin.cpp200 d.setWeight(d.bolderWeight()); in calculatePositionAndSize()
524 d.setWeight(d.bolderWeight()); in paint()
/external/webkit/WebKit/win/WebCoreSupport/
DWebDragClient.cpp178 desc.setWeight(bold ? FontWeightBold : FontWeightNormal); in dragLabelFont()
/external/webkit/WebCore/css/
DCSSStyleSelector.cpp3056 fontDescription.setWeight(m_parentStyle->fontDescription().weight()); in applyProperty()
3058 fontDescription.setWeight(FontWeightNormal); in applyProperty()
3065 fontDescription.setWeight(fontDescription.bolderWeight()); in applyProperty()
3068 fontDescription.setWeight(fontDescription.lighterWeight()); in applyProperty()
3072 fontDescription.setWeight(FontWeightBold); in applyProperty()
3076 fontDescription.setWeight(FontWeightNormal); in applyProperty()
3079 fontDescription.setWeight(FontWeight900); in applyProperty()
3082 fontDescription.setWeight(FontWeight800); in applyProperty()
3085 fontDescription.setWeight(FontWeight600); in applyProperty()
3088 fontDescription.setWeight(FontWeight500); in applyProperty()
[all …]
/external/webkit/WebCore/platform/chromium/
DPopupMenuChromium.cpp847 d.setWeight(FontWeightBold); in getRowFont()
/external/webkit/WebCore/
DChangeLog-2002-12-0312783 (QFont::setWeight): Simplify since we don't have an NSFont.
16331 (QFont::setFamily), (QFont::setPixelSizeFloat), (QFont::setWeight),
16468 (QFont::setWeight), (QFont::weight), (QFont::setItalic), (QFont::italic),
DChangeLog-2006-05-1018080 (QFont::setWeight):
19363 (WebCore::FontDescription::setWeight):
19577 (QFont::setWeight):
DChangeLog-2003-10-2518637 (QFont::setWeight):
DChangeLog-2005-08-231412 (QFont::setWeight): Ditto. Same caveat.
41592 (QFont::setWeight): Use KWQRelease instead of release.
DChangeLog-2005-12-1910444 (QFont::setWeight): Ditto.
DChangeLog-2007-10-1458167 (WebCore::FontDescription::setWeight):
DChangeLog-2008-08-1034641 (WebCore::FontDescription::setWeight): Changed to take a FontWeight.