Searched refs:setComputedSize (Results 1 – 13 of 13) sorted by relevance
62 desc.setComputedSize(size); in operator WebCore::FontDescription()
138 …fontDescription.setComputedSize(getComputedSizeFromSpecifiedSize(fontDescription, effectiveZoom, f… in fromSystemFont()526 …fontDescription.setComputedSize(getComputedSizeFromSpecifiedSize(fontDescription, effectiveZoom, s… in setSize()633 …scope.fontDescription().setComputedSize(getComputedSizeFromSpecifiedSize(scope.fontDescription(), … in updateComputedSize()658 …fontDescription.setComputedSize(getComputedSizeFromSpecifiedSize(fontDescription, documentStyle->e… in createFontForDocument()
174 fontDescription.setComputedSize(fontDescription.specifiedSize()); in getReplacementTextGeometry()
737 fontDescription.setComputedSize([font pointSize] * style->effectiveZoom());
235 …fontDescription.setComputedSize(FontSize::getComputedSizeFromSpecifiedSize(&document, scalingFacto… in computeNewScaledFontForStyle()
133 void setComputedSize(float s) { m_computedSize = clampToFloat(s); } in setComputedSize() function
114 description.setComputedSize(size); in deriveDragLabelFont()
107 fontDescription.setComputedSize(12.0); in itemStyle()
527 defaultFontDescription.setComputedSize(defaultFontSize); in resolveFontStyle()
1246 desc.setComputedSize(size); in setFontSize()1251 desc.setComputedSize(min(maximumAllowedFontSize, autosizedFontSize)); in setFontSize()
1948 elementFontDescription.setComputedSize(elementFontDescription.specifiedSize()); in setFont()1957 defaultFontDescription.setComputedSize(defaultFontSize); in setFont()
579 result.setComputedSize([nsFont pointSize] * zoomFactor);
97 0000000001c573a0 t WebCore::FontDescription::setComputedSize(float)<0000000001c573a0>