Home | History | Annotate | Download | only in webkit

Lines Matching refs:visRect

7694             Rect visRect = new Rect();
7695 calcOurVisibleRect(visRect);
7696 width = visRect.width() / 2;
7707 Rect visRect = new Rect();
7708 calcOurVisibleRect(visRect);
7709 height = visRect.height() / 2;
7768 Rect visRect = new Rect();
7769 calcOurVisibleRect(visRect);
7770 Rect outset = new Rect(visRect);
7771 int maxXScroll = visRect.width() / 2;
7772 int maxYScroll = visRect.height() / 2;
7778 int maxH = Math.min(viewCursorRingBounds.right - visRect.right,
7783 maxH = Math.max(viewCursorRingBounds.left - visRect.left,