Home | History | Annotate | Download | only in rendering

Lines Matching refs:selHeight

217     LayoutUnit selHeight = selectionHeight();
228 r = enclosingIntRect(font.selectionRectForText(textRun, startingPoint, selHeight, sPos, ePos));
230 r = enclosingIntRect(FloatRect(startingPoint, FloatSize(m_logicalWidth, selHeight.toFloat())));
239 LayoutUnit width = isHorizontal() ? logicalWidth : selHeight;
240 LayoutUnit height = isHorizontal() ? selHeight : logicalWidth;
629 int selHeight = std::max(0, roundToInt(selectionBottom - selectionTop));
632 FloatRect clipRect(localOrigin, FloatSize(m_logicalWidth, selHeight));
636 context->drawHighlightForText(font, textRun, localOrigin, selHeight, c, sPos, ePos);
660 int selHeight = selectionHeight();
662 context->drawHighlightForText(font, constructTextRun(style, font), localOrigin, selHeight, backgroundColor, sPos, ePos);
978 int selHeight = selectionHeight();
983 IntRect markerRect = enclosingIntRect(font.selectionRectForText(run, startPoint, selHeight, startPosition, endPosition));
1021 int selHeight = selectionHeight();
1028 IntRect markerRect = enclosingIntRect(font.selectionRectForText(run, IntPoint(x(), selectionTop()), selHeight, sPos, ePos));
1038 pt->clip(FloatRect(boxOrigin.x(), boxOrigin.y() - deltaY, m_logicalWidth, selHeight));
1039 pt->drawHighlightForText(font, run, FloatPoint(boxOrigin.x(), boxOrigin.y() - deltaY), selHeight, color, sPos, ePos);