Searched defs:updateRect (Results 1 - 18 of 18) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_BView.h84 virtual void Draw(BRect updateRect) { argument
88 dest.top = updateRect.top + yoff;
89 dest.left = updateRect.left + xoff;
90 dest.bottom = updateRect.bottom + yoff;
91 dest.right = updateRect.right + xoff;
92 DrawBitmap(image, updateRect, dest);
94 DrawBitmap(image, updateRect, updateRect);
98 virtual void DrawAsync(BRect updateRect) { argument
101 dest.top = updateRect
[all...]
H A DSDL_BWin.h185 virtual void DrawAsync(BRect updateRect) { argument
186 SDL_View->DrawAsync(updateRect);
/external/webkit/Source/WebKit2/UIProcess/win/
H A DBackingStoreWin.cpp92 IntRect updateRect = updateInfo.updateRects[i]; local
93 IntRect srcRect = updateRect;
96 bitmap->paint(graphicsContext, updateRect.location(), srcRect);
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DTexture.cpp152 void Texture::updateSubRect(void* pixels, const IntRect& updateRect) argument
154 IntRect updateRectSanitized(updateRect);
/external/webkit/Source/WebCore/platform/wx/
H A DScrollViewWx.cpp139 void ScrollView::platformRepaintContentRectangle(const IntRect& updateRect, bool now) argument
142 wxRect contentsRect = updateRect;
/external/webkit/Source/WebKit/wince/
H A DWebView.cpp250 RECT updateRect; local
251 if (!GetUpdateRect(hWnd, &updateRect, false))
257 IntRect clipRect(updateRect);
/external/webkit/Source/WebKit/chromium/src/
H A DWebPopupMenuImpl.cpp291 void WebPopupMenuImpl::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate) argument
293 invalidateContentsAndWindow(updateRect, immediate);
H A DChromeClientImpl.cpp519 void ChromeClientImpl::invalidateContentsAndWindow(const IntRect& updateRect, bool /*immediate*/) argument
521 if (updateRect.isEmpty())
527 m_webView->client()->didInvalidateRect(updateRect);
530 m_webView->invalidateRootLayerRect(updateRect);
534 void ChromeClientImpl::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate) argument
537 invalidateContentsAndWindow(updateRect, immediate);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.cpp238 void ChromeClientWinCE::invalidateContentsAndWindow(const IntRect& updateRect, bool immediate) argument
240 RECT rect = updateRect;
247 void ChromeClientWinCE::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate) argument
249 invalidateContentsAndWindow(updateRect, immediate);
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A Ddsa_old.cpp636 TRect updateRect = aUpdateRect; local
641 Rotate(updateRect);
644 if(iSourceMode != DisplayMode() || targetRect != sourceRect || targetRect != updateRect || ((iStateFlags & EOrientationFlags) != 0))
647 updateRect.Intersection(targetRect);
648 ClipCopy(target, aBits, updateRect, sourceRect);
H A Ddsa.cpp1071 TRect updateRect = aUpdateRect; local
1079 Rotate(updateRect);
1082 if(iSourceMode != DisplayMode() || targetRect != sourceRect || targetRect != updateRect || ((iStateFlags & EOrientationFlags) != 0))
1085 //updateRect.Intersection(targetRect);
1086 ClipCopy(target, aBits, updateRect, sourceRect);
H A Ddsa_new.cpp956 TRect updateRect = aUpdateRect;
964 Rotate(updateRect);
967 if(iSourceMode != DisplayMode() || targetRect != sourceRect || targetRect != updateRect || ((iStateFlags & EOrientationFlags) != 0))
970 //updateRect.Intersection(targetRect);
971 ClipCopy(target, aBits, updateRect, sourceRect);
1007 TRect updateRect = aUpdateRect; local
1012 Rotate(updateRect);
1015 if(iSourceMode != DisplayMode() || targetRect != sourceRect || targetRect != updateRect || ((iStateFlags & EOrientationFlags) != 0))
1018 updateRect.Intersection(targetRect);
1019 ClipCopy(target, aBits, updateRect, sourceRec
[all...]
/external/webkit/Source/WebCore/page/
H A DChrome.cpp70 void Chrome::invalidateWindow(const IntRect& updateRect, bool immediate) argument
72 m_client->invalidateWindow(updateRect, immediate);
75 void Chrome::invalidateContentsAndWindow(const IntRect& updateRect, bool immediate) argument
77 m_client->invalidateContentsAndWindow(updateRect, immediate);
80 void Chrome::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate) argument
82 m_client->invalidateContentsForSlowScroll(updateRect, immediate);
H A DFrameView.cpp1283 IntRect updateRect = renderBox->layer()->repaintRectIncludingDescendants(); local
1284 updateRect = contentsToWindow(updateRect);
1286 updateRect.intersect(rectToScroll);
1287 if (!updateRect.isEmpty()) {
1292 subRectToUpdate.append(updateRect);
1304 IntRect updateRect = subRectToUpdate[i]; local
1305 IntRect scrolledRect = updateRect;
1307 updateRect.unite(scrolledRect);
1309 updateRect
1319 scrollContentsSlowPath(const IntRect& updateRect) argument
[all...]
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp314 void ChromeClientAndroid::invalidateContentsAndWindow(const IntRect& updateRect, bool /*immediate*/) argument
319 void ChromeClientAndroid::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate) argument
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.cpp486 void ChromeClientEfl::invalidateContents(const IntRect& updateRect, bool immediate) argument
491 void ChromeClientEfl::invalidateWindow(const IntRect& updateRect, bool immediate) argument
496 void ChromeClientEfl::invalidateContentsAndWindow(const IntRect& updateRect, bool immediate) argument
500 x = updateRect.x();
501 y = updateRect.y();
502 w = updateRect.width();
503 h = updateRect.height();
507 void ChromeClientEfl::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate) argument
509 invalidateContentsAndWindow(updateRect, immediate);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp388 void ChromeClient::invalidateContentsAndWindow(const IntRect& updateRect, bool immediate) argument
390 GdkRectangle rect = updateRect;
393 if (window && !updateRect.isEmpty()) {
401 void ChromeClient::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate) argument
403 invalidateContentsAndWindow(updateRect, immediate);
/external/webkit/Source/WebCore/platform/
H A DScrollView.cpp678 IntRect updateRect = clipRect; local
679 updateRect.intersect(scrollViewRect);
682 hostWindow()->invalidateWindow(updateRect, false /*immediate*/);
697 scrollContentsSlowPath(updateRect);
701 scrollContentsSlowPath(updateRect);
726 void ScrollView::scrollContentsSlowPath(const IntRect& updateRect) argument
728 hostWindow()->invalidateContentsForSlowScroll(updateRect, false);

Completed in 5166 milliseconds