Home
last modified time | relevance | path

Searched refs:computeNewScaledFontForStyle (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGInlineText.h41 …static void computeNewScaledFontForStyle(RenderObject*, const RenderStyle*, float& scalingFactor, …
DRenderSVGInlineText.cpp213 computeNewScaledFontForStyle(this, style(), m_scalingFactor, m_scaledFont); in updateScaledFont()
216 void RenderSVGInlineText::computeNewScaledFontForStyle(RenderObject* renderer, const RenderStyle* s… in computeNewScaledFontForStyle() function in blink::RenderSVGInlineText
DSVGInlineTextBox.cpp540 …RenderSVGInlineText::computeNewScaledFontForStyle(decorationRenderer, decorationStyle, scalingFact… in paintDecorationWithStyle()