Searched refs:decorationRenderer (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGInlineTextBox.cpp501 RenderObject* decorationRenderer = findRenderObjectDefininingTextDecoration(parent());
502 RenderStyle* decorationStyle = decorationRenderer->style();
516 paintDecorationWithStyle(context, decoration, fragment, decorationRenderer);
521 paintDecorationWithStyle(context, decoration, fragment, decorationRenderer);
548 void SVGInlineTextBox::paintDecorationWithStyle(GraphicsContext* context, ETextDecoration decoration, const SVGTextFragment& fragment, RenderObject* decorationRenderer) argument
553 RenderStyle* decorationStyle = decorationRenderer->style();
558 RenderSVGInlineText::computeNewScaledFontForStyle(decorationRenderer, decorationStyle, scalingFactor, scaledFont);
595 if (acquirePaintingResource(context, scalingFactor, decorationRenderer, decorationStyle))
H A DSVGInlineTextBox.h76 void paintDecorationWithStyle(GraphicsContext*, ETextDecoration, const SVGTextFragment&, RenderObject* decorationRenderer);

Completed in 65 milliseconds