Home | History | Annotate | Download | only in rendering

Lines Matching defs:selHeight

184     int selHeight = selectionHeight();
197 IntPoint(), selHeight, sPos, ePos));
206 int width = isHorizontal() ? logicalWidth : selHeight;
207 int height = isHorizontal() ? selHeight : logicalWidth;
825 int selHeight = selectionHeight();
827 context->clip(FloatRect(localOrigin, FloatSize(m_logicalWidth, selHeight)));
830 localOrigin, selHeight, c, style->colorSpace(), sPos, ePos);
850 int selHeight = selectionHeight();
854 localOrigin, selHeight, c, style->colorSpace(), sPos, ePos);
1012 int selHeight = selectionHeight();
1017 IntRect markerRect = enclosingIntRect(font.selectionRectForText(run, startPoint, selHeight, startPosition, endPosition));
1055 int selHeight = selectionHeight();
1062 IntRect markerRect = enclosingIntRect(font.selectionRectForText(run, IntPoint(m_x, selectionTop()), selHeight, sPos, ePos));
1074 pt->drawHighlightForText(font, run, FloatPoint(boxOrigin.x(), boxOrigin.y() - deltaY), selHeight, color, style->colorSpace(), sPos, ePos, marker.activeMatch);
1076 pt->clip(FloatRect(boxOrigin.x(), boxOrigin.y() - deltaY, m_logicalWidth, selHeight));
1077 pt->drawHighlightForText(font, run, FloatPoint(boxOrigin.x(), boxOrigin.y() - deltaY), selHeight, color, style->colorSpace(), sPos, ePos);