HomeSort by relevance Sort by last modified time
    Searched refs:setWeight (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/graphics/qt/
FontCustomPlatformDataQt.cpp 43 font.setWeight(QFont::Bold);
FontPlatformDataQt.cpp 71 font.setWeight(toQFontWeight(description.weight()));
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontCustomPlatformData.cpp 54 fontDesc.setWeight(bold ? FontWeightBold : FontWeightNormal);
FontCacheWinCE.cpp 307 fontDescription.setWeight(FontWeightNormal);
  /external/webkit/Source/WebKit/chromium/src/
WebFontDescription.cpp 66 desc.setWeight(static_cast<FontWeight>(weight));
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
ActivateFontsQt.cpp 94 f.setWeight(QFont::Normal);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp 64 d.setWeight(d.bolderWeight());
127 d.setWeight(d.bolderWeight());
  /external/llvm/lib/Analysis/
PathNumbering.cpp 194 void BallLarusEdge::setWeight(unsigned weight) {
309 (*succ)->setWeight(0);
459 (*succ)->setWeight(sumPaths);
  /external/llvm/include/llvm/Analysis/
PathNumbering.h 156 void setWeight(unsigned weight);
  /external/webkit/Source/WebCore/platform/graphics/
FontDescription.h 113 void setWeight(FontWeight w) { m_weight = w; }
  /external/webkit/Source/WebKit/win/
WebKitGraphics.cpp 62 f.setWeight(description.bold ? FontWeightBold : FontWeightNormal);
  /external/webkit/Source/WebCore/platform/win/
DragImageWin.cpp 114 description.setWeight(bold ? FontWeightBold : FontWeightNormal);
PopupMenuWin.cpp 324 d.setWeight(d.bolderWeight());
641 d.setWeight(d.bolderWeight());
  /external/webkit/Source/WebCore/rendering/
RenderEmbeddedObject.cpp 191 fontDescription.setWeight(FontWeightBold);
RenderListBox.cpp 114 d.setWeight(d.bolderWeight());
399 d.setWeight(d.bolderWeight());
RenderThemeChromiumSkia.cpp 183 fontDescription.setWeight(FontWeightNormal);
RenderThemeChromiumWin.cpp 348 cachedDesc->setWeight(FontWeightNormal);
RenderThemeSafari.cpp 243 cachedDesc->setWeight(FontWeightNormal);
    [all...]
RenderThemeWin.cpp 289 fontDescription.setWeight(logFont.lfWeight >= 700 ? FontWeightBold : FontWeightNormal); // FIXME: Use real weight.
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
main.cpp 149 f.setWeight(QFont::Normal);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 811 void setWeight(float weight) {
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk.cpp 452 fontDescription.setWeight(FontWeightNormal);
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp     [all...]
  /external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.cpp     [all...]

Completed in 366 milliseconds

1 2