HomeSort by relevance Sort by last modified time
    Searched refs:setSpecifiedSize (Results 1 - 22 of 22) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/wince/
FontCustomPlatformData.cpp 52 fontDesc.setSpecifiedSize(size);
SimpleFontDataWinCE.cpp 70 fontDesc.setSpecifiedSize(lroundf(scaleFactor * fontDesc.specifiedSize()));
  /external/webkit/Source/WebKit/chromium/src/
WebFontDescription.cpp 62 desc.setSpecifiedSize(size);
  /external/webkit/Source/WebCore/platform/graphics/haiku/
SimpleFontDataHaiku.cpp 72 desc.setSpecifiedSize(scaleFactor * fontDescription.computedSize());
  /external/webkit/Source/WebCore/platform/graphics/pango/
SimpleFontDataPango.cpp 90 desc.setSpecifiedSize(scaleFactor * fontDescription.computedSize());
  /external/webkit/Source/WebCore/platform/graphics/
FontDescription.h 109 void setSpecifiedSize(float s) { m_specifiedSize = s; }
  /external/webkit/Source/WebCore/platform/graphics/wx/
SimpleFontDataWx.cpp 96 desc.setSpecifiedSize(scaleFactor * fontDescription.computedSize());
  /external/webkit/Source/WebKit/win/
WebKitGraphics.cpp 59 f.setSpecifiedSize(description.size);
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLOperator.cpp 193 desc.setSpecifiedSize(m_stretchHeight);
291 desc.setSpecifiedSize(gGlyphFontSize);
  /external/webkit/Source/WebCore/platform/win/
DragImageWin.cpp 119 description.setSpecifiedSize((float)size);
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk.cpp 449 fontDescription.setSpecifiedSize(size);
  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumSkia.cpp 180 fontDescription.setSpecifiedSize(fontSize);
RenderThemeSafari.cpp 242 cachedDesc->setSpecifiedSize(fontSize);
394 fontDescription.setSpecifiedSize(fontSize);
    [all...]
RenderThemeChromiumWin.cpp 347 cachedDesc->setSpecifiedSize(fontSize);
RenderThemeMac.mm 276 cachedDesc->setSpecifiedSize([font pointSize]);
692 fontDescription.setSpecifiedSize([font pointSize] * style->effectiveZoom());
    [all...]
RenderThemeWin.cpp 288 fontDescription.setSpecifiedSize(fontSize);
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
ThemeChromiumMac.mm 679 fontDescription.setSpecifiedSize([nsFont pointSize] * zoomFactor);
  /external/webkit/Source/WebCore/platform/mac/
ThemeMac.mm 588 fontDescription.setSpecifiedSize([nsFont pointSize] * zoomFactor);
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp 572 fontDescription.setSpecifiedSize(m_buttonFontPixelSize);
575 fontDescription.setSpecifiedSize(style->fontSize());
    [all...]
  /external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp     [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 448 milliseconds