Searched refs:computedSize (Results 1 – 13 of 13) sorted by relevance
318 float computedSize; in computeAutosizedFontSize() local320 computedSize = multiplier * specifiedSize; in computeAutosizedFontSize()322 …computedSize = multiplier * pleasantSize + gradientAfterPleasantSize * (specifiedSize - pleasantSi… in computeAutosizedFontSize()323 if (computedSize < specifiedSize) in computeAutosizedFontSize()324 computedSize = specifiedSize; in computeAutosizedFontSize()326 return computedSize; in computeAutosizedFontSize()
101 float emWidth = description.computedSize() * textCombineMargin; in combineText()
151 ? computedSize() in effectiveFontSize()
110 float computedSize() const { return m_computedSize; } in computedSize() function
96 float size() const { return fontDescription().computedSize(); } in size()
115 float scaledSize = scaleFactor * fontDescription.computedSize(); in platformCreateScaledFontData()
140 …turn primitiveValue->getFloatValue() * m_document->renderStyle()->fontDescription().computedSize(); in viewportArgumentValue()
183 const float scaledSize = lroundf(fontDescription.computedSize() * scaleFactor); in platformCreateScaledFontData()
568 …mputingFontSize ? style.fontDescription().specifiedSize() : style.fontDescription().computedSize(); in computeLengthDouble()577 …FontSize ? style.fontDescription().specifiedSize() : style.fontDescription().computedSize()) / 2.0; in computeLengthDouble()580 …ontSize ? rootStyle.fontDescription().specifiedSize() : rootStyle.fontDescription().computedSize(); in computeLengthDouble()
283 regularFontDescription.setComputedSize(style->fontDescription().computedSize()); in initialize()
522 d.setComputedSize(d.computedSize() * 0.9); in paintRow()
1188 float RenderStyle::computedFontSize() const { return fontDescription().computedSize(); } in computedFontSize()
98 0000000001c573e0 t WebCore::FontDescription::computedSize() const<0000000001c573e0>