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

  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocvideo.cpp 803 const SDL_Rect& currentRect = rects[i];
805 rect2.x = currentRect.x;
806 rect2.y = currentRect.y;
807 rect2.w = currentRect.w;
808 rect2.h = currentRect.h;
820 int e = b->Create(TSize(currentRect.w, currentRect.h), Private->EPOC_DisplayMode);
832 for(TInt o = 0; o < currentRect.h; o++)
833 for(TInt p = 0; p < currentRect.w; p++)
839 SDL_TRACE1("w %d", (int)currentRect.w)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
SpatialNavigation.cpp 630 LayoutRect currentRect = current.rect;
631 deflateIfOverlapped(currentRect, nodeRect);
633 if (!isRectInDirection(direction, currentRect, nodeRect))
640 entryAndExitPointsForDirection(direction, currentRect, nodeRect, exitPoint, entryPoint);
675 candidate.alignment = alignmentForRects(direction, currentRect, nodeRect, viewSize);
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.cc     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java     [all...]

Completed in 267 milliseconds