Home | History | Annotate | Download | only in rendering

Lines Matching refs:viewBounds

1360     LayoutRect viewBounds = viewRect();
1366 isVisible = viewBounds.intersects(objectBounds);
1368 isVisible = viewBounds.contains(objectBounds);
1375 screenArea = viewBounds;