Searched refs:setComputedSize (Results 1 – 14 of 14) sorted by relevance
63 desc.setComputedSize(size); in operator WebCore::FontDescription()
283 regularFontDescription.setComputedSize(style->fontDescription().computedSize()); in initialize()
522 d.setComputedSize(d.computedSize() * 0.9); in paintRow()
132 …fontDescription.setComputedSize(getComputedSizeFromSpecifiedSize(fontDescription, effectiveZoom, f… in fromSystemFont()511 …fontDescription.setComputedSize(getComputedSizeFromSpecifiedSize(fontDescription, effectiveZoom, s… in setSize()655 …fontDescription.setComputedSize(getComputedSizeFromSpecifiedSize(fontDescription, documentStyle->e… in createFontForDocument()
176 fontDescription.setComputedSize(fontDescription.specifiedSize()); in getReplacementTextGeometry()
729 fontDescription.setComputedSize([font pointSize] * style->effectiveZoom());
236 …fontDescription.setComputedSize(FontSize::getComputedSizeFromSpecifiedSize(&document, scalingFacto… in computeNewScaledFontForStyle()
146 void setComputedSize(float s) { m_computedSize = clampToFloat(s); } in setComputedSize() function
115 description.setComputedSize(size); in deriveDragLabelFont()
381 defaultFontDescription.setComputedSize(defaultFontSize); in resolveFontStyle()
1253 desc.setComputedSize(size); in setFontSize()1258 desc.setComputedSize(min(maximumAllowedFontSize, autosizedFontSize)); in setFontSize()
579 result.setComputedSize([nsFont pointSize] * zoomFactor);
2051 defaultFontDescription.setComputedSize(defaultFontSize); in setFont()
97 0000000001c573a0 t WebCore::FontDescription::setComputedSize(float)<0000000001c573a0>