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

  /external/webkit/Source/WebCore/platform/graphics/wince/
FontCustomPlatformData.cpp 51 fontDesc.setComputedSize(size);
SimpleFontDataWinCE.cpp 69 fontDesc.setComputedSize(lroundf(scaleFactor * fontDesc.computedSize()));
  /external/webkit/Source/WebKit/chromium/src/
WebFontDescription.cpp 63 desc.setComputedSize(size);
AutoFillPopupMenuClient.cpp 288 regularFontDescription.setComputedSize(style->fontDescription().computedSize());
  /external/webkit/Source/WebCore/platform/graphics/win/
WebLayer.cpp 126 desc.setComputedSize(18);
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCHeadsUpDisplay.cpp 61 mediumFontDesc.setComputedSize(20);
68 smallFontDesc.setComputedSize(10);
  /external/webkit/Source/WebCore/platform/graphics/
FontDescription.h 108 void setComputedSize(float s) { m_computedSize = s; }
  /external/webkit/Source/WebKit/win/
WebKitGraphics.cpp 60 f.setComputedSize(description.size);
FullscreenVideoController.cpp 523 desc.setComputedSize(textSize);
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLOperator.cpp 194 desc.setComputedSize(m_stretchHeight);
292 desc.setComputedSize(gGlyphFontSize);
  /external/webkit/Source/WebCore/platform/win/
DragImageWin.cpp 120 description.setComputedSize((float)size);
  /external/webkit/Source/WebCore/rendering/
RenderEmbeddedObject.cpp 197 fontDescription.setComputedSize(fontDescription.specifiedSize());
RenderThemeSafari.cpp 393 fontDescription.setComputedSize(fontSize);
    [all...]
RenderThemeMac.mm 691 fontDescription.setComputedSize([font pointSize] * style->effectiveZoom());
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGInlineText.cpp 252 fontDescription.setComputedSize(fontDescription.computedSize() * scalingFactor);
  /external/webkit/Source/WebCore/inspector/
DOMNodeHighlighter.cpp 168 desc.setComputedSize(fontHeightPx);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.cpp 125 desc.setComputedSize(18);
  /external/webkit/Source/WebCore/platform/chromium/
ThemeChromiumMac.mm 678 fontDescription.setComputedSize([nsFont pointSize] * zoomFactor);
  /external/webkit/Source/WebCore/platform/mac/
ThemeMac.mm 587 fontDescription.setComputedSize([nsFont pointSize] * zoomFactor);
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp 573 fontDescription.setComputedSize(m_buttonFontPixelSize);
576 fontDescription.setComputedSize(style->fontSize());
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp     [all...]

Completed in 679 milliseconds