HomeSort by relevance Sort by last modified time
    Searched refs:computeNewScaledFontForStyle (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGInlineText.h 46 static void computeNewScaledFontForStyle(RenderObject*, const RenderStyle*, float& scalingFactor, Font& scaledFont);
RenderSVGInlineText.cpp 227 computeNewScaledFontForStyle(this, style(), m_scalingFactor, m_scaledFont);
230 void RenderSVGInlineText::computeNewScaledFontForStyle(RenderObject* renderer, const RenderStyle* style, float& scalingFactor, Font& scaledFont)
SVGInlineTextBox.cpp 558 RenderSVGInlineText::computeNewScaledFontForStyle(decorationRenderer, decorationStyle, scalingFactor, scaledFont);

Completed in 50 milliseconds