Searched refs:setComputedSize (Results 1 – 14 of 14) sorted by relevance
60 desc.setComputedSize(size); in operator FontDescription()
35 fontDescription.setComputedSize(12.0); in itemStyle()
107 fontDescription.setComputedSize(12.0); in itemStyle()
136 …fontDescription.setComputedSize(getComputedSizeFromSpecifiedSize(fontDescription, effectiveZoom, f… in fromSystemFont()447 fontDescription.setComputedSize(computedSize); in updateComputedSize()
171 fontDescription.setComputedSize(fontDescription.specifiedSize()); in getReplacementTextGeometry()
692 fontDescription.setComputedSize([font pointSize] * style->effectiveZoom());
236 …fontDescription.setComputedSize(FontSize::getComputedSizeFromSpecifiedSize(&document, scalingFacto… in computeNewScaledFontForStyle()
114 description.setComputedSize(size); in deriveDragLabelFont()
169 void setComputedSize(float s) { m_computedSize = clampToFloat(s); } in setComputedSize() function
515 defaultFontDescription.setComputedSize(defaultFontSize); in resolveFontStyle()
1220 desc.setComputedSize(size); in setFontSize()1225 desc.setComputedSize(std::min(maximumAllowedFontSize, autosizedFontSize)); in setFontSize()
1958 elementFontDescription.setComputedSize(elementFontDescription.specifiedSize()); in setFont()1967 defaultFontDescription.setComputedSize(defaultFontSize); in setFont()
597 result.setComputedSize([nsFont pointSize] * zoomFactor);
97 0000000001c573a0 t WebCore::FontDescription::setComputedSize(float)<0000000001c573a0>