Searched defs:scrollRect (Results 1 - 20 of 20) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
H A DUpdateInfo.h53 WebCore::IntRect scrollRect; member in class:WebKit::UpdateInfo
/external/skia/legacy/src/core/
H A DSkBitmap_scroll.cpp11 bool SkBitmap::scrollRect(const SkIRect* subset, int dx, int dy, function in class:SkBitmap
19 tmp.scrollRect(NULL, dx, dy, inval);
/external/skia/src/core/
H A DSkBitmap_scroll.cpp11 bool SkBitmap::scrollRect(const SkIRect* subset, int dx, int dy, function in class:SkBitmap
23 tmp.scrollRect(NULL, dx, dy, inval);
/external/webkit/Source/WebKit2/UIProcess/win/
H A DBackingStoreWin.cpp83 scroll(updateInfo.scrollRect, updateInfo.scrollOffset);
100 void BackingStore::scroll(const IntRect& scrollRect, const IntSize& scrollOffset) argument
105 RECT winScrollRect = scrollRect;
H A DWebPopupMenuProxyWin.cpp507 IntRect scrollRect = rect; local
508 scrollRect.move(scrollbar->x(), scrollbar->y());
509 RECT r = scrollRect;
H A DWebView.cpp934 void WebView::scrollView(const IntRect& scrollRect, const IntSize& scrollOffset) argument
937 setViewNeedsDisplay(scrollRect);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DChunkedUpdateDrawingArea.cpp53 void ChunkedUpdateDrawingArea::scroll(const IntRect& scrollRect, const IntSize& scrollOffset) argument
56 setNeedsDisplay(scrollRect);
H A DTiledDrawingArea.cpp59 void TiledDrawingArea::scroll(const IntRect& scrollRect, const IntSize& scrollDelta) argument
62 setNeedsDisplay(scrollRect);
H A DDrawingAreaImpl.cpp101 void DrawingAreaImpl::scroll(const IntRect& scrollRect, const IntSize& scrollOffset) argument
108 m_layerTreeHost->scrollNonCompositedContents(scrollRect, scrollOffset);
115 if (!m_scrollRect.isEmpty() && scrollRect != m_scrollRect) {
116 unsigned scrollArea = scrollRect.width() * scrollRect.height();
122 setNeedsDisplay(scrollRect);
133 Region dirtyRegionInScrollRect = intersect(scrollRect, m_dirtyRegion);
137 m_dirtyRegion.subtract(scrollRect);
140 Region movedDirtyRegionInScrollRect = intersect(translate(dirtyRegionInScrollRect, scrollOffset), scrollRect);
147 Region scrollRepaintRegion = subtract(scrollRect, translat
[all...]
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
H A DLayerTreeHostCA.cpp123 void LayerTreeHostCA::scrollNonCompositedContents(const IntRect& scrollRect, const IntSize& scrollOffset) argument
125 setNonCompositedContentsNeedDisplay(scrollRect);
/external/webkit/Source/WebKit/chromium/src/
H A DWebPopupMenuImpl.cpp301 const IntRect& scrollRect,
300 scroll(const IntSize& scrollDelta, const IntRect& scrollRect, const IntRect& clipRect) argument
H A DWebPluginContainerImpl.cpp280 void WebPluginContainerImpl::scrollRect(int dx, int dy, const WebRect& rect) function in class:WebKit::WebPluginContainerImpl
H A DChromeClientImpl.cpp548 const IntSize& scrollDelta, const IntRect& scrollRect,
547 scroll( const IntSize& scrollDelta, const IntRect& scrollRect, const IntRect& clipRect) argument
/external/webkit/Source/WebCore/platform/win/
H A DPopupMenuWin.cpp718 IntRect scrollRect = rect; local
719 scrollRect.move(scrollbar->x(), scrollbar->y());
720 RECT r = scrollRect;
/external/webkit/Source/WebCore/rendering/
H A DRenderListBox.cpp330 IntRect scrollRect(tx + width() - borderRight() - m_vBar->width(),
334 m_vBar->setFrameRect(scrollRect);
704 IntRect scrollRect = rect; local
705 scrollRect.move(width() - borderRight() - scrollbar->width(), borderTop());
706 repaintRectangle(scrollRect);
H A DRenderLayer.cpp1893 IntRect scrollRect = rect; local
1897 scrollRect.move(box->width() - box->borderRight() - scrollbar->width(), box->borderTop());
1899 scrollRect.move(box->borderLeft(), box->height() - box->borderBottom() - scrollbar->height());
1900 renderer()->repaintRectangle(scrollRect);
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage.cpp151 void QWKPagePrivate::scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset) argument
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DWebView.cpp372 void WebView::scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset) argument
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp369 void WebChromeClient::scroll(const IntSize& scrollOffset, const IntRect& scrollRect, const IntRect& clipRect) argument
372 m_page->drawingArea()->scroll(intersection(scrollRect, clipRect), scrollOffset);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp588 void WebPageProxy::scrollView(const IntRect& scrollRect, const IntSize& scrollOffset) argument
590 m_pageClient->scrollView(scrollRect, scrollOffset);

Completed in 558 milliseconds