Home | History | Annotate | Download | only in rendering

Lines Matching refs:scrolledX

2523     int scrolledX = tx;
2527 scrolledX -= offset.width();
2534 paintColumnContents(paintInfo, scrolledX, scrolledY);
2536 paintContents(paintInfo, scrolledX, scrolledY);
2543 paintSelection(paintInfo, scrolledX, scrolledY); // Fill in gaps in selection on lines and between blocks.
2548 paintColumnContents(paintInfo, scrolledX, scrolledY, true);
2550 paintFloats(paintInfo, scrolledX, scrolledY, paintPhase == PaintPhaseSelection || paintPhase == PaintPhaseTextClip);
2585 paintCaret(paintInfo, scrolledX, scrolledY, CursorCaret);
2586 paintCaret(paintInfo, scrolledX, scrolledY, DragCaret);
3987 int scrolledX = tx;
3991 scrolledX -= offset.width();
3997 if (hitTestContents(request, result, _x, _y, scrolledX, scrolledY, hitTestAction)) {
4001 if (hitTestAction == HitTestFloat && hitTestFloats(request, result, _x, _y, scrolledX, scrolledY))
4003 } else if (hitTestColumns(request, result, _x, _y, scrolledX, scrolledY, hitTestAction)) {