Home | History | Annotate | Download | only in android

Lines Matching refs:rect

57     IntRect rect = platformWidget()->getBounds();
60 return IntRect(0, 0, rect.width(), rect.height());
61 return rect;
103 void ScrollView::platformRepaintContentRectangle(const IntRect &rect, bool now)
105 android::WebViewCore::getWebViewCore(this)->contentInvalidate(rect);
110 // vis from rect. This can compute up to four rectangular slices.
111 void ScrollView::platformOffscreenContentRectangle(const IntRect& vis, const IntRect& rect)
113 SkRegion rectRgn = SkRegion(rect);
117 const SkIRect& diff = iter.rect();