HomeSort by relevance Sort by last modified time
    Searched refs:scrollRect (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/jni/
com_android_internal_graphics_NativeUtils.cpp 37 static jboolean scrollRect(JNIEnv* env, jobject graphics2D, jobject canvas, jobject rect, int dx, int dy) {
50 return bitmap.scrollRect(srcPtr, dx, dy, NULL);
56 (void*)scrollRect}
  /external/skia/src/core/
SkBitmap_scroll.cpp 4 bool SkBitmap::scrollRect(const SkIRect* subset, int dx, int dy,
12 tmp.scrollRect(NULL, dx, dy, inval);
  /external/webkit/WebKit/chromium/src/
WebPopupMenuImpl.h 105 const WebCore::IntSize& scrollDelta, const WebCore::IntRect& scrollRect,
WebPopupMenuImpl.cpp 266 const IntRect& scrollRect,
ChromeClientImpl.cpp 477 const IntSize& scrollDelta, const IntRect& scrollRect,
  /external/webkit/WebCore/rendering/
RenderListBox.cpp 285 IntRect scrollRect(tx + width() - borderRight() - m_vBar->width(),
289 m_vBar->setFrameRect(scrollRect);
622 IntRect scrollRect = rect;
623 scrollRect.move(width() - borderRight() - scrollbar->width(), borderTop());
624 repaintRectangle(scrollRect);
RenderLayer.cpp     [all...]
  /external/skia/include/core/
SkBitmap.h 324 bool scrollRect(const SkIRect* subset, int dx, int dy,
  /external/webkit/WebCore/platform/win/
PopupMenuWin.cpp 701 IntRect scrollRect = rect;
702 scrollRect.move(scrollbar->x(), scrollbar->y());
703 RECT r = scrollRect;

Completed in 203 milliseconds