Home
last modified time | relevance | path

Searched refs:setComputedSize (Results 1 – 23 of 23) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebFontDescription.cpp63 desc.setComputedSize(size); in operator WebCore::FontDescription()
DAutoFillPopupMenuClient.cpp288 regularFontDescription.setComputedSize(style->fontDescription().computedSize()); in initialize()
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCHeadsUpDisplay.cpp61 mediumFontDesc.setComputedSize(20); in CCHeadsUpDisplay()
68 smallFontDesc.setComputedSize(10); in CCHeadsUpDisplay()
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontCustomPlatformData.cpp51 fontDesc.setComputedSize(size); in fontPlatformData()
DSimpleFontDataWinCE.cpp69 fontDesc.setComputedSize(lroundf(scaleFactor * fontDesc.computedSize())); in scaledFontData()
/external/webkit/Source/WebCore/rendering/mathml/
DRenderMathMLOperator.cpp194 desc.setComputedSize(m_stretchHeight); in updateFromElement()
292 desc.setComputedSize(gGlyphFontSize); in createStackableStyle()
/external/webkit/Source/WebCore/platform/graphics/win/
DWebLayer.cpp126 desc.setComputedSize(18); in drawInContext()
/external/webkit/Source/WebKit/win/
DWebKitGraphics.cpp60 f.setComputedSize(description.size); in makeFont()
DFullscreenVideoController.cpp523 desc.setComputedSize(textSize); in draw()
/external/webkit/Source/WebCore/platform/graphics/
DFontDescription.h108 void setComputedSize(float s) { m_computedSize = s; } in setComputedSize() function
/external/webkit/Source/WebCore/platform/win/
DDragImageWin.cpp120 description.setComputedSize((float)size); in dragLabelFont()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGInlineText.cpp252 fontDescription.setComputedSize(fontDescription.computedSize() * scalingFactor); in computeNewScaledFontForStyle()
/external/webkit/Source/WebCore/rendering/
DRenderEmbeddedObject.cpp197 fontDescription.setComputedSize(fontDescription.specifiedSize()); in getReplacementTextGeometry()
DRenderThemeSafari.cpp393 fontDescription.setComputedSize(fontSize); in setFontFromControlSize()
DRenderThemeMac.mm691 fontDescription.setComputedSize([font pointSize] * style->effectiveZoom());
/external/webkit/Source/WebCore/inspector/
DDOMNodeHighlighter.cpp168 desc.setComputedSize(fontHeightPx); in drawElementTitle()
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DPlatformCALayerWinInternal.cpp125 desc.setComputedSize(18); in displayCallback()
/external/webkit/Source/WebCore/platform/qt/
DRenderThemeQt.cpp573 fontDescription.setComputedSize(m_buttonFontPixelSize); in adjustButtonStyle()
576 fontDescription.setComputedSize(style->fontSize()); in adjustButtonStyle()
/external/webkit/Source/WebCore/platform/mac/
DThemeMac.mm587 fontDescription.setComputedSize([nsFont pointSize] * zoomFactor);
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.cpp1028 desc.setComputedSize(size); in setBlendedFontSize()
/external/webkit/Source/WebCore/platform/chromium/
DThemeChromiumMac.mm678 fontDescription.setComputedSize([nsFont pointSize] * zoomFactor);
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp1231 …fontDescription.setComputedSize(CSSStyleSelector::getComputedSizeFromSpecifiedSize(document, docum… in styleForDocument()
4961 …fontDescription.setComputedSize(getComputedSizeFromSpecifiedSize(m_checker.m_document, m_style.get… in applyProperty()
6743 newFontDescription.setComputedSize(newFontDescription.specifiedSize()); in checkForTextSizeAdjust()
6801 …fontDescription.setComputedSize(getComputedSizeFromSpecifiedSize(m_checker.m_document, m_style.get… in setFontSize()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1019358 (WebCore::FontDescription::setComputedSize):