Searched refs:setComputedSize (Results 1 – 23 of 23) sorted by relevance
63 desc.setComputedSize(size); in operator WebCore::FontDescription()
288 regularFontDescription.setComputedSize(style->fontDescription().computedSize()); in initialize()
61 mediumFontDesc.setComputedSize(20); in CCHeadsUpDisplay()68 smallFontDesc.setComputedSize(10); in CCHeadsUpDisplay()
51 fontDesc.setComputedSize(size); in fontPlatformData()
69 fontDesc.setComputedSize(lroundf(scaleFactor * fontDesc.computedSize())); in scaledFontData()
194 desc.setComputedSize(m_stretchHeight); in updateFromElement()292 desc.setComputedSize(gGlyphFontSize); in createStackableStyle()
126 desc.setComputedSize(18); in drawInContext()
60 f.setComputedSize(description.size); in makeFont()
523 desc.setComputedSize(textSize); in draw()
108 void setComputedSize(float s) { m_computedSize = s; } in setComputedSize() function
120 description.setComputedSize((float)size); in dragLabelFont()
252 fontDescription.setComputedSize(fontDescription.computedSize() * scalingFactor); in computeNewScaledFontForStyle()
197 fontDescription.setComputedSize(fontDescription.specifiedSize()); in getReplacementTextGeometry()
393 fontDescription.setComputedSize(fontSize); in setFontFromControlSize()
691 fontDescription.setComputedSize([font pointSize] * style->effectiveZoom());
168 desc.setComputedSize(fontHeightPx); in drawElementTitle()
125 desc.setComputedSize(18); in displayCallback()
573 fontDescription.setComputedSize(m_buttonFontPixelSize); in adjustButtonStyle()576 fontDescription.setComputedSize(style->fontSize()); in adjustButtonStyle()
587 fontDescription.setComputedSize([nsFont pointSize] * zoomFactor);
1028 desc.setComputedSize(size); in setBlendedFontSize()
678 fontDescription.setComputedSize([nsFont pointSize] * zoomFactor);
1231 …fontDescription.setComputedSize(CSSStyleSelector::getComputedSizeFromSpecifiedSize(document, docum… in styleForDocument()4961 …fontDescription.setComputedSize(getComputedSizeFromSpecifiedSize(m_checker.m_document, m_style.get… in applyProperty()6743 newFontDescription.setComputedSize(newFontDescription.specifiedSize()); in checkForTextSizeAdjust()6801 …fontDescription.setComputedSize(getComputedSizeFromSpecifiedSize(m_checker.m_document, m_style.get… in setFontSize()
19358 (WebCore::FontDescription::setComputedSize):