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

  /external/webkit/WebCore/platform/graphics/haiku/
SimpleFontDataHaiku.cpp 78 desc.setSpecifiedSize(0.70f * fontDescription.computedSize());
  /external/webkit/WebCore/platform/graphics/wince/
FontCustomPlatformData.cpp 51 fontDesc.setSpecifiedSize(size);
SimpleFontDataWince.cpp 72 fontDesc.setSpecifiedSize(lroundf(0.70f * fontDesc.specifiedSize()));
  /external/webkit/WebCore/platform/graphics/gtk/
SimpleFontDataPango.cpp 87 desc.setSpecifiedSize(0.70f*fontDescription.computedSize());
  /external/webkit/WebCore/platform/graphics/
FontDescription.h 98 void setSpecifiedSize(float s) { m_specifiedSize = s; }
  /external/webkit/WebCore/platform/graphics/wx/
SimpleFontDataWx.cpp 94 desc.setSpecifiedSize(0.70f*fontDescription.computedSize());
  /external/webkit/WebKit/win/
WebKitGraphics.cpp 63 f.setSpecifiedSize(description.size);
  /external/webkit/WebKit/win/WebCoreSupport/
WebDragClient.cpp 209 desc.setSpecifiedSize((float)size);
  /external/webkit/WebCore/platform/qt/
RenderThemeQt.cpp 412 fontDescription.setSpecifiedSize(m_buttonFontPixelSize);
415 fontDescription.setSpecifiedSize(style->fontSize());
  /external/webkit/WebCore/rendering/
RenderThemeChromiumWin.cpp 307 cachedDesc->setSpecifiedSize(fontSize);
RenderThemeSafari.cpp 241 cachedDesc->setSpecifiedSize(fontSize);
393 fontDescription.setSpecifiedSize(fontSize);
    [all...]
RenderThemeChromiumMac.mm 308 cachedDesc->setSpecifiedSize([font pointSize]);
727 fontDescription.setSpecifiedSize([font pointSize] * style->effectiveZoom());
    [all...]
RenderThemeChromiumSkia.cpp 208 fontDescription.setSpecifiedSize(fontSize);
RenderThemeMac.mm 256 cachedDesc->setSpecifiedSize([font pointSize]);
656 fontDescription.setSpecifiedSize([font pointSize] * style->effectiveZoom());
    [all...]
RenderThemeWin.cpp 261 fontDescription.setSpecifiedSize(fontSize);
    [all...]
  /external/webkit/WebCore/platform/chromium/
ThemeChromiumMac.mm 593 fontDescription.setSpecifiedSize([nsFont pointSize] * zoomFactor);
  /external/webkit/WebCore/platform/mac/
ThemeMac.mm 458 fontDescription.setSpecifiedSize([nsFont pointSize] * zoomFactor);
  /external/webkit/WebCore/rendering/style/
RenderStyle.cpp     [all...]
  /external/webkit/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 144 milliseconds