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

  /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);
  /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/webkit/WebCore/platform/win/
PopupMenuWin.cpp 701 IntRect scrollRect = rect;
702 scrollRect.move(scrollbar->x(), scrollbar->y());
703 RECT r = 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...]

Completed in 81 milliseconds