Home | History | Annotate | Download | only in src

Lines Matching refs:bounds

110     IntRect bounds(0, 0, view->visibleWidth(), view->visibleHeight());
111 if (!bounds.contains(location))
114 bounds.setY(bounds.y() + scrollMargin);
115 bounds.setHeight(bounds.height() - scrollMargin * 2);
116 bounds.setX(bounds.x() + scrollMargin);
117 bounds.setWidth(bounds.width() - scrollMargin * 2);
119 if (bounds.contains(location))
123 return distanceToRect(location, bounds);