Home | History | Annotate | Download | only in rendering

Lines Matching refs:lastTop

2781     int lastTop = 0;
2782 int lastLeft = logicalLeftSelectionOffset(this, lastTop);
2783 int lastRight = logicalRightSelectionOffset(this, lastTop);
2785 return selectionGaps(this, offsetFromRepaintContainer, IntSize(), lastTop, lastLeft, lastRight);
2791 int lastTop = 0;
2792 int lastLeft = logicalLeftSelectionOffset(this, lastTop);
2793 int lastRight = logicalRightSelectionOffset(this, lastTop);
2795 IntRect gapRectsBounds = selectionGaps(this, IntPoint(tx, ty), IntSize(), lastTop, lastLeft, lastRight, &paintInfo);