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

  /external/webkit/Source/WebCore/page/
SpatialNavigation.cpp 634 IntRect currentRect = current.rect;
635 deflateIfOverlapped(currentRect, nodeRect);
637 if (!isRectInDirection(direction, currentRect, nodeRect))
644 entryAndExitPointsForDirection(direction, currentRect, nodeRect, exitPoint, entryPoint);
679 candidate.alignment = alignmentForRects(direction, currentRect, nodeRect, viewSize);
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 431 QRect currentRect = m_videoWidget->rect();
433 if (newSize.width() != currentRect.width() || newSize.height() != currentRect.height())
  /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/chrome/browser/renderer_host/
render_widget_host_view_win.cc     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]

Completed in 150 milliseconds