Lines Matching full:intrect
41 #include "IntRect.h"
227 void scrollRectOnScreen(const IntRect& rect)
254 int drawGL(WebCore::IntRect& invScreenRect, WebCore::IntRect* invalRect,
255 WebCore::IntRect& screenRect, int titleBarHeight,
256 WebCore::IntRect& screenClip, float scale, int extras, bool shouldDraw)
373 IntRect bounds = enclosingIntRect(parent->fullContentAreaMapped());
477 void postInvalidateDelayed(int64_t delay, const WebCore::IntRect& bounds)
597 IntRect cursorRect = selectText->caretRect(handleId);
598 IntRect textRect = selectText->textRect(handleId);
750 IntRect rect = layer->visibleContentArea();
785 int (WebView::*_funcPtr)(WebCore::IntRect&, WebCore::IntRect*,
786 WebCore::IntRect&, int, WebCore::IntRect&, jfloat, jint, bool),
787 WebCore::IntRect _invScreenRect, float _scale, int _extras) {
806 WebCore::IntRect inval;
810 WebCore::IntRect screenClip(info->clipLeft, info->clipTop,
814 WebCore::IntRect localInvScreenRect = invScreenRect;
827 IntRect finalInval;
845 void updateScreenRect(WebCore::IntRect& _screenRect) {
848 void updateInvScreenRect(WebCore::IntRect& _invScreenRect) {
859 int (WebView::*funcPtr)(WebCore::IntRect&, WebCore::IntRect*,
860 WebCore::IntRect&, int, WebCore::IntRect&, float, int, bool);
861 WebCore::IntRect invScreenRect;
862 WebCore::IntRect screenRect;
880 static WebCore::IntRect jrect_to_webrect(JNIEnv* env, jobject obj)
885 return WebCore::IntRect(L, T, R - L, B - T);
887 return WebCore::IntRect();
912 WebCore::IntRect invScreenRect = jrect_to_webrect(env, jinvscreenrect);
928 WebCore::IntRect rect = jrect_to_webrect(env, jscreenrect);
949 WebCore::IntRect invScreenRect = jrect_to_webrect(env, jinvscreenrect);
955 WebCore::IntRect screenRect = jrect_to_webrect(env, jscreenrect);