Home | History | Annotate | Download | only in rendering

Lines Matching refs:scrolledY

2524     int scrolledY = ty;
2528 scrolledY -= offset.height();
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);
3988 int scrolledY = ty;
3992 scrolledY -= offset.height();
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)) {