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

/external/skia/src/core/
H A DSkBitmap_scroll.cpp4 bool SkBitmap::scrollRect(const SkIRect* subset, int dx, int dy, function in class:SkBitmap
12 tmp.scrollRect(NULL, dx, dy, inval);
/external/webkit/WebKit/chromium/src/
H A DWebPopupMenuImpl.cpp266 const IntRect& scrollRect,
265 scroll(const IntSize& scrollDelta, const IntRect& scrollRect, const IntRect& clipRect) argument
H A DChromeClientImpl.cpp477 const IntSize& scrollDelta, const IntRect& scrollRect,
476 scroll( const IntSize& scrollDelta, const IntRect& scrollRect, const IntRect& clipRect) argument
/external/webkit/WebCore/platform/win/
H A DPopupMenuWin.cpp701 IntRect scrollRect = rect; local
702 scrollRect.move(scrollbar->x(), scrollbar->y());
703 RECT r = scrollRect;
/external/webkit/WebCore/rendering/
H A DRenderListBox.cpp285 IntRect scrollRect(tx + width() - borderRight() - m_vBar->width(),
289 m_vBar->setFrameRect(scrollRect);
622 IntRect scrollRect = rect; local
623 scrollRect.move(width() - borderRight() - scrollbar->width(), borderTop());
624 repaintRectangle(scrollRect);
H A DRenderLayer.cpp1656 IntRect scrollRect = rect; local
1660 scrollRect.move(box->width() - box->borderRight() - scrollbar->width(), box->borderTop());
1662 scrollRect.move(box->borderLeft(), box->height() - box->borderBottom() - scrollbar->height());
1663 renderer()->repaintRectangle(scrollRect);

Completed in 228 milliseconds