Home | History | Annotate | Download | only in webkit

Lines Matching refs:outset

7770         Rect outset = new Rect(visRect);
7773 outset.inset(-maxXScroll, -maxYScroll);
7774 if (Rect.intersects(outset, viewCursorRingBounds) == false) {