Home | History | Annotate | Download | only in svg

Lines Matching refs:selectionStyle

198     RenderStyle* selectionStyle = style;
200 selectionStyle = parentRenderer->getCachedPseudoStyle(SELECTION);
201 if (selectionStyle) {
202 const SVGRenderStyle* svgSelectionStyle = selectionStyle->svgStyle();
210 selectionStyle = style;
278 RenderStyle* selectionStyle = style;
280 selectionStyle = parentRenderer->getCachedPseudoStyle(SELECTION);
281 if (selectionStyle) {
282 const SVGRenderStyle* svgSelectionStyle = selectionStyle->svgStyle();
290 selectionStyle = style;
314 paintText(paintInfo.context, style, selectionStyle, fragment, hasSelection, paintSelectedTextOnly);
320 paintText(paintInfo.context, style, selectionStyle, fragment, hasSelection, paintSelectedTextOnly);
673 void SVGInlineTextBox::paintText(GraphicsContext* context, RenderStyle* style, RenderStyle* selectionStyle, const SVGTextFragment& fragment, bool hasSelection, bool paintSelectedTextOnly)
676 ASSERT(selectionStyle);
697 if (style != selectionStyle)
698 SVGResourcesCache::clientStyleChanged(parent()->renderer(), StyleDifferenceRepaint, selectionStyle);
700 TextRun selectionTextRun(constructTextRun(selectionStyle, fragment));
701 paintTextWithShadows(context, selectionStyle, textRun, fragment, startPosition, endPosition);
703 if (style != selectionStyle)