OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeNewScaledFontForStyle
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInlineText.h
42
static void
computeNewScaledFontForStyle
(RenderObject*, const RenderStyle*, float& scalingFactor, Font& scaledFont);
RenderSVGInlineText.cpp
213
computeNewScaledFontForStyle
(this, style(), m_scalingFactor, m_scaledFont);
216
void RenderSVGInlineText::
computeNewScaledFontForStyle
(RenderObject* renderer, const RenderStyle* style, float& scalingFactor, Font& scaledFont)
SVGInlineTextBox.cpp
586
RenderSVGInlineText::
computeNewScaledFontForStyle
(decorationRenderer, decorationStyle, scalingFactor, scaledFont);
Completed in 86 milliseconds