Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/wince/
DFontCustomPlatformData.cpp45 fontDesc.setComputedSize(size); in fontPlatformData()
DSimpleFontDataWince.cpp71 fontDesc.setComputedSize(lroundf(0.70f * fontDesc.computedSize())); in smallCapsFontData()
/external/webkit/WebCore/platform/graphics/gtk/
DSimpleFontDataGtk.cpp88 desc.setComputedSize(0.70f*fontDescription.computedSize()); in smallCapsFontData()
/external/webkit/WebCore/platform/graphics/
DFontDescription.h89 void setComputedSize(float s) { m_computedSize = s; } in setComputedSize() function
/external/webkit/WebKit/win/
DWebKitGraphics.cpp64 f.setComputedSize(description.size); in makeFont()
/external/webkit/WebKit/win/WebCoreSupport/
DWebDragClient.cpp183 desc.setComputedSize((float)size); in dragLabelFont()
/external/webkit/WebCore/platform/qt/
DRenderThemeQt.cpp406 fontDescription.setComputedSize(m_buttonFontPixelSize); in adjustButtonStyle()
409 fontDescription.setComputedSize(style->fontSize()); in adjustButtonStyle()
/external/webkit/WebCore/rendering/style/
DRenderStyle.cpp904 desc.setComputedSize(size); in setBlendedFontSize()
/external/webkit/WebCore/platform/mac/
DThemeMac.mm426 fontDescription.setComputedSize([nsFont pointSize] * zoomFactor);
/external/webkit/WebCore/rendering/
DRenderThemeSafari.cpp392 fontDescription.setComputedSize(fontSize); in setFontFromControlSize()
DRenderThemeMac.mm653 fontDescription.setComputedSize([font pointSize] * style->effectiveZoom());
DRenderThemeChromiumMac.mm684 fontDescription.setComputedSize([font pointSize] * style->effectiveZoom());
/external/webkit/WebCore/css/
DCSSStyleSelector.cpp4349 …fontDescription.setComputedSize(getComputedSizeFromSpecifiedSize(fontDescription.isAbsoluteSize(),… in applyProperty()
5567 newFontDescription.setComputedSize(newFontDescription.specifiedSize()); in checkForTextSizeAdjust()
5625 …fontDescription.setComputedSize(getComputedSizeFromSpecifiedSize(fontDescription.isAbsoluteSize(),… in setFontSize()
/external/webkit/WebCore/
DChangeLog-2006-05-1019358 (WebCore::FontDescription::setComputedSize):