Searched refs:haveSelection (Results 1 – 4 of 4) sorted by relevance
53 …bool haveSelection = !isPrinting && paintInfo.phase != PaintPhaseTextClip && selectionState() != R… in paint() local55 if (haveSelection) in paint()61 if (haveSelection) in paint()
150 TextPainter::Style TextPainter::selectionPaintingStyle(RenderObject& renderer, bool haveSelection, … in selectionPaintingStyle() argument154 if (haveSelection) { in selectionPaintingStyle()
59 …static Style selectionPaintingStyle(RenderObject&, bool haveSelection, bool forceBlackText, bool i…
408 …bool haveSelection = !isPrinting && paintInfo.phase != PaintPhaseTextClip && selectionState() != R… in paint() local409 if (!haveSelection && paintInfo.phase == PaintPhaseSelection) in paint()452 …tyle selectionStyle = TextPainter::selectionPaintingStyle(renderer(), haveSelection, paintInfo.for… in paint()472 if (haveSelection && !useCustomUnderlines) in paint()