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

/macosx-10.9.5/WebCore-7537.78.1/Modules/speech/
H A DSpeechGrammar.h49 void setWeight(double weight) { m_weight = weight; } function in class:WebCore::SpeechGrammar
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DFontCustomPlatformData.cpp54 fontDesc.setWeight(bold ? FontWeightBold : FontWeightNormal);
H A DFontCacheWinCE.cpp270 fontDescription.setWeight(FontWeightNormal);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DFontPlatformDataQt.cpp74 font.setWeight(toQFontWeight(description.weight()));
H A DFontQt.cpp327 f.setWeight(rawFont.weight());
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DPathNumbering.cpp194 void BallLarusEdge::setWeight(unsigned weight) { function in class:BallLarusEdge
309 (*succ)->setWeight(0);
459 (*succ)->setWeight(sumPaths);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebKitGraphics.cpp61 f.setWeight(description.bold ? FontWeightBold : FontWeightNormal);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DPathNumbering.h156 void setWeight(unsigned weight);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DFontCacheBlackBerry.cpp160 description.setWeight(FontWeightBold);
163 description.setWeight(FontWeightNormal);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontDescription.h153 void setWeight(FontWeight w) { m_weight = w; } function in class:WebCore::FontDescription
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DDragImageWin.cpp112 description.setWeight(bold ? FontWeightBold : FontWeightNormal);
H A DPopupMenuWin.cpp352 d.setWeight(d.bolderWeight());
666 d.setWeight(d.bolderWeight());
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderListBox.cpp132 d.setWeight(d.bolderWeight());
432 d.setWeight(d.bolderWeight());
H A DRenderEmbeddedObject.cpp342 fontDescription.setWeight(FontWeightBold);
H A DRenderThemeSafari.cpp246 cachedDesc->setWeight(FontWeightNormal);
H A DRenderThemeWin.cpp331 fontDescription.setWeight(logFont.lfWeight >= 700 ? FontWeightBold : FontWeightNormal); // FIXME: Use real weight.
H A DRenderThemeMac.mm656 cachedDesc->setWeight(toFontWeight([fontManager weightOfFont:font]));
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DDeprecatedStyleBuilder.cpp894 fontDescription.setWeight(fontDescription.bolderWeight());
897 fontDescription.setWeight(fontDescription.lighterWeight());
900 fontDescription.setWeight(*primitiveValue);
906 PropertyHandler handler = ApplyPropertyFont<FontWeight, &FontDescription::weight, &FontDescription::setWeight, FontWeightNormal>::createHandler();
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DRenderThemeGtk.cpp464 fontDescription.setWeight(FontWeightNormal);
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DRenderThemeEfl.cpp1036 fontDescription.setWeight(FontWeightNormal);
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DRenderThemeBlackBerry.cpp279 fontDescription.setWeight(FontWeightNormal);

Completed in 306 milliseconds