Searched defs:updateRect (Results 1 – 15 of 15) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
D | SDL_BView.h | 84 virtual void Draw(BRect updateRect) { in Draw() 98 virtual void DrawAsync(BRect updateRect) { in DrawAsync()
|
D | SDL_BWin.h | 185 virtual void DrawAsync(BRect updateRect) { in DrawAsync()
|
/external/webkit/Source/WebKit2/UIProcess/win/ |
D | BackingStoreWin.cpp | 92 IntRect updateRect = updateInfo.updateRects[i]; in incorporateUpdate() local
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | ChromeClientEfl.cpp | 486 void ChromeClientEfl::invalidateContents(const IntRect& updateRect, bool immediate) in invalidateContents() 491 void ChromeClientEfl::invalidateWindow(const IntRect& updateRect, bool immediate) in invalidateWindow() 496 void ChromeClientEfl::invalidateContentsAndWindow(const IntRect& updateRect, bool immediate) in invalidateContentsAndWindow() 507 void ChromeClientEfl::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate) in invalidateContentsForSlowScroll()
|
/external/webkit/Source/WebCore/page/ |
D | Chrome.cpp | 70 void Chrome::invalidateWindow(const IntRect& updateRect, bool immediate) in invalidateWindow() 75 void Chrome::invalidateContentsAndWindow(const IntRect& updateRect, bool immediate) in invalidateContentsAndWindow() 80 void Chrome::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate) in invalidateContentsForSlowScroll()
|
D | FrameView.cpp | 1283 IntRect updateRect = renderBox->layer()->repaintRectIncludingDescendants(); in scrollContentsFastPath() local 1304 IntRect updateRect = subRectToUpdate[i]; in scrollContentsFastPath() local 1319 void FrameView::scrollContentsSlowPath(const IntRect& updateRect) in scrollContentsSlowPath()
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | ChromeClientWinCE.cpp | 238 void ChromeClientWinCE::invalidateContentsAndWindow(const IntRect& updateRect, bool immediate) in invalidateContentsAndWindow() 247 void ChromeClientWinCE::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate) in invalidateContentsForSlowScroll()
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
D | Texture.cpp | 152 void Texture::updateSubRect(void* pixels, const IntRect& updateRect) in updateSubRect()
|
/external/webkit/Source/WebCore/platform/wx/ |
D | ScrollViewWx.cpp | 139 void ScrollView::platformRepaintContentRectangle(const IntRect& updateRect, bool now) in platformRepaintContentRectangle()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebPopupMenuImpl.cpp | 291 void WebPopupMenuImpl::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate) in invalidateContentsForSlowScroll()
|
D | ChromeClientImpl.cpp | 519 void ChromeClientImpl::invalidateContentsAndWindow(const IntRect& updateRect, bool /*immediate*/) in invalidateContentsAndWindow() 534 void ChromeClientImpl::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate) in invalidateContentsForSlowScroll()
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | ChromeClientAndroid.cpp | 314 void ChromeClientAndroid::invalidateContentsAndWindow(const IntRect& updateRect, bool /*immediate*/) in invalidateContentsAndWindow() 319 void ChromeClientAndroid::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate) in invalidateContentsForSlowScroll()
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | ChromeClientGtk.cpp | 388 void ChromeClient::invalidateContentsAndWindow(const IntRect& updateRect, bool immediate) in invalidateContentsAndWindow() 401 void ChromeClient::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate) in invalidateContentsForSlowScroll()
|
/external/webkit/Source/WebKit/wince/ |
D | WebView.cpp | 250 RECT updateRect; in handlePaint() local
|
/external/webkit/Source/WebCore/platform/ |
D | ScrollView.cpp | 678 IntRect updateRect = clipRect; in scrollContents() local 726 void ScrollView::scrollContentsSlowPath(const IntRect& updateRect) in scrollContentsSlowPath()
|