Searched refs:updateRect (Results 1 - 14 of 14) 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/chromium_org/third_party/WebKit/Source/platform/
H A DHostWindow.h50 virtual void invalidateContentsAndRootView(const IntRect& updateRect) = 0;
56 virtual void invalidateContentsForSlowScroll(const IntRect& updateRect) = 0;
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DChrome.cpp66 void Chrome::invalidateContentsAndRootView(const IntRect& updateRect) argument
68 m_client->invalidateContentsAndRootView(updateRect);
71 void Chrome::invalidateContentsForSlowScroll(const IntRect& updateRect) argument
73 m_client->invalidateContentsForSlowScroll(updateRect);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp1387 IntRect updateRect = pixelSnappedIntRect(layer->repainter().repaintRectIncludingNonCompositingDescendants()); local
1395 updateRect.moveBy(scrollPosition());
1396 IntRect previousRect = updateRect;
1398 updateRect.unite(previousRect);
1399 layer->renderer()->invalidatePaintUsingContainer(repaintContainer, updateRect, InvalidationScroll);
1402 updateRect = contentsToRootView(updateRect);
1404 updateRect.intersect(rectToScroll);
1405 if (!updateRect.isEmpty())
1406 regionToUpdate.unite(updateRect);
1417 IntRect updateRect = subRectsToUpdate[i]; local
1435 scrollContentsSlowPath(const IntRect& updateRect) argument
1438 IntRect updateRect = visibleContentRect(); local
[all...]
H A DFrameView.h330 virtual void scrollContentsSlowPath(const IntRect& updateRect) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPopupMenuImpl.cpp382 void WebPopupMenuImpl::invalidateContentsForSlowScroll(const IntRect& updateRect) argument
384 invalidateContentsAndRootView(updateRect);
H A DChromeClientImpl.cpp479 void ChromeClientImpl::invalidateContentsAndRootView(const IntRect& updateRect) argument
481 if (updateRect.isEmpty())
483 m_webView->invalidateRect(updateRect);
486 void ChromeClientImpl::invalidateContentsForSlowScroll(const IntRect& updateRect) argument
488 invalidateContentsAndRootView(updateRect);
H A DWebPagePopupImpl.cpp105 virtual void invalidateContentsForSlowScroll(const IntRect& updateRect) OVERRIDE
107 invalidateContentsAndRootView(updateRect); variable
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.cpp535 IntRect updateRect = clipRect; local
536 updateRect.intersect(scrollViewRect);
549 scrollContentsSlowPath(updateRect);
564 void ScrollView::scrollContentsSlowPath(const IntRect& updateRect) argument
566 hostWindow()->invalidateContentsForSlowScroll(updateRect);
H A DScrollView.h278 virtual void scrollContentsSlowPath(const IntRect& updateRect);
/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_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...]
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);

Completed in 250 milliseconds