Home | History | Annotate | Download | only in svg

Lines Matching refs:hasSelection

176     bool hasSelection = selectionState() != RenderObject::SelectionNone;
177 if (!hasSelection || paintSelectedTextOnly)
199 if (hasSelection) {
260 bool hasSelection = !parentRenderer->document()->printing() && selectionState() != RenderObject::SelectionNone;
261 if (!hasSelection && paintSelectedTextOnly)
279 if (hasSelection) {
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)
680 if (hasSelection) {
682 hasSelection = mapStartEndPositionsIntoFragmentCoordinates(fragment, startPosition, endPosition);
687 if (!hasSelection || startPosition >= endPosition) {