Home
last modified time | relevance | path

Searched refs:scrollRect (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
DPaintAggregatorTest.cpp58 EXPECT_TRUE(update.scrollRect.isEmpty()); in TEST()
80 EXPECT_TRUE(update.scrollRect.isEmpty()); in TEST()
105 EXPECT_TRUE(update.scrollRect.isEmpty()); in TEST()
117 greg.scrollRect(delta.x(), delta.y(), rect); in TEST()
124 EXPECT_FALSE(update.scrollRect.isEmpty()); in TEST()
126 EXPECT_EQ(rect, update.scrollRect); in TEST()
143 greg.scrollRect(delta1.x(), delta1.y(), rect); in TEST()
144 greg.scrollRect(delta2.x(), delta2.y(), rect); in TEST()
151 EXPECT_FALSE(update.scrollRect.isEmpty()); in TEST()
153 EXPECT_EQ(rect, update.scrollRect); in TEST()
[all …]
/external/chromium_org/third_party/WebKit/Source/web/painting/
DPaintAggregator.cpp133 damagedRect.setY(scrollRect.y()); in calculateScrollDamage()
134 damagedRect.setHeight(scrollRect.height()); in calculateScrollDamage()
136 damagedRect.setX(scrollRect.x()); in calculateScrollDamage()
139 damagedRect.setX(scrollRect.maxX() + dx); in calculateScrollDamage()
144 damagedRect.setX(scrollRect.x()); in calculateScrollDamage()
145 damagedRect.setWidth(scrollRect.width()); in calculateScrollDamage()
147 damagedRect.setY(scrollRect.y()); in calculateScrollDamage()
150 damagedRect.setY(scrollRect.maxY() + dy); in calculateScrollDamage()
156 return intersection(scrollRect, damagedRect); in calculateScrollDamage()
169 return !m_update.scrollRect.isEmpty() || !m_update.paintRects.isEmpty(); in hasPendingUpdate()
[all …]
DPaintAggregator.h63 WebCore::IntRect scrollRect; member
79 void scrollRect(int dx, int dy, const WebCore::IntRect& clipRect);
/external/chromium_org/third_party/skia/src/core/
DSkBitmap_scroll.cpp11 bool SkBitmap::scrollRect(const SkIRect* subset, int dx, int dy, in scrollRect() function in SkBitmap
23 tmp.scrollRect(NULL, dx, dy, inval); in scrollRect()
/external/skia/src/core/
DSkBitmap_scroll.cpp11 bool SkBitmap::scrollRect(const SkIRect* subset, int dx, int dy, in scrollRect() function in SkBitmap
23 tmp.scrollRect(NULL, dx, dy, inval); in scrollRect()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListBox.cpp363 IntRect scrollRect = pixelSnappedIntRect(paintOffset.x() + scrollbarLeft(), in paintScrollbar() local
367 m_vBar->setFrameRect(scrollRect); in paintScrollbar()
743 IntRect scrollRect = rect; in invalidateScrollbarRect() local
745 scrollRect.move(borderLeft(), borderTop()); in invalidateScrollbarRect()
747 scrollRect.move(width() - borderRight() - scrollbar->width(), borderTop()); in invalidateScrollbarRect()
748 repaintRectangle(scrollRect); in invalidateScrollbarRect()
DRenderLayerScrollableArea.cpp185 IntRect scrollRect = rect; in invalidateScrollbarRect() local
191 scrollRect.move(verticalScrollbarStart(0, m_box->width()), m_box->borderTop()); in invalidateScrollbarRect()
193scrollRect.move(horizontalScrollbarStart(0), m_box->height() - m_box->borderBottom() - scrollbar->… in invalidateScrollbarRect()
194 m_box->repaintRectangle(scrollRect); in invalidateScrollbarRect()
/external/chromium_org/third_party/WebKit/public/web/
DWebPluginContainer.h62 virtual void scrollRect(int dx, int dy, const WebRect&) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
DWebPagePopupImpl.cpp100 …virtual void scroll(const IntSize& scrollDelta, const IntRect& scrollRect, const IntRect& clipRect… in scroll() argument
102 …nt()->didScrollRect(scrollDelta.width(), scrollDelta.height(), intersection(scrollRect, clipRect)); in scroll()
DWebPopupMenuImpl.h118 const WebCore::IntSize& scrollDelta, const WebCore::IntRect& scrollRect,
DWebPluginContainerImpl.h104 virtual void scrollRect(int dx, int dy, const WebRect&);
DWebPopupMenuImpl.cpp357 void WebPopupMenuImpl::scroll(const IntSize& scrollDelta, const IntRect& scrollRect, const IntRect&… in scroll() argument
DChromeClientImpl.cpp507 const IntSize& scrollDelta, const IntRect& scrollRect, in scroll() argument
514 m_webView->client()->didScrollRect(dx, dy, intersection(scrollRect, clipRect)); in scroll()
DWebPluginContainerImpl.cpp379 void WebPluginContainerImpl::scrollRect(int dx, int dy, const WebRect& rect) in scrollRect() function in blink::WebPluginContainerImpl
/external/chromium_org/content/renderer/browser_plugin/
Dbrowser_plugin_backing_store.cc92 bitmap_.scrollRect(&rect, pixel_delta.x(), pixel_delta.y()); in ScrollBackingStore()
/external/skia/gm/
Dbitmapscroll.cpp137 SkDEBUGCODE(bool scrollRectReturnValue = )scrolledBitmap.scrollRect( in draw9()
/external/chromium_org/content/browser/renderer_host/
Dbacking_store_aura.cc156 bitmap_.scrollRect(&rect, pixel_delta.x(), pixel_delta.y()); in ScrollBackingStore()
Drender_widget_host_view_mac.mm966 // Because the findbar might be open, we cannot use scrollRect:by: here. For
/external/skia/include/core/
DSkBitmap.h449 bool scrollRect(const SkIRect* subset, int dx, int dy,
/external/chromium_org/third_party/skia/include/core/
DSkBitmap.h449 bool scrollRect(const SkIRect* subset, int dx, int dy,
/external/chromium_org/content/renderer/pepper/
Dpepper_plugin_instance_impl.cc693 container_->scrollRect(dx, dy, rect); in ScrollRect()
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_mac.mm486 // Because the findbar might be open, we cannot use scrollRect:by: here. For