Searched refs:setComputedSize (Results 1 – 14 of 14) sorted by relevance
45 fontDesc.setComputedSize(size); in fontPlatformData()
71 fontDesc.setComputedSize(lroundf(0.70f * fontDesc.computedSize())); in smallCapsFontData()
88 desc.setComputedSize(0.70f*fontDescription.computedSize()); in smallCapsFontData()
89 void setComputedSize(float s) { m_computedSize = s; } in setComputedSize() function
64 f.setComputedSize(description.size); in makeFont()
183 desc.setComputedSize((float)size); in dragLabelFont()
406 fontDescription.setComputedSize(m_buttonFontPixelSize); in adjustButtonStyle()409 fontDescription.setComputedSize(style->fontSize()); in adjustButtonStyle()
904 desc.setComputedSize(size); in setBlendedFontSize()
426 fontDescription.setComputedSize([nsFont pointSize] * zoomFactor);
392 fontDescription.setComputedSize(fontSize); in setFontFromControlSize()
653 fontDescription.setComputedSize([font pointSize] * style->effectiveZoom());
684 fontDescription.setComputedSize([font pointSize] * style->effectiveZoom());
4349 …fontDescription.setComputedSize(getComputedSizeFromSpecifiedSize(fontDescription.isAbsoluteSize(),… in applyProperty()5567 newFontDescription.setComputedSize(newFontDescription.specifiedSize()); in checkForTextSizeAdjust()5625 …fontDescription.setComputedSize(getComputedSizeFromSpecifiedSize(fontDescription.isAbsoluteSize(),… in setFontSize()
19358 (WebCore::FontDescription::setComputedSize):