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

  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c     [all...]
  /external/webkit/WebKit/android/nav/
CachedFrame.cpp 51 bool CachedFrame::CheckBetween(Direction direction, const WebCore::IntRect& bestRect,
56 top = direction == UP ? bestRect.bottom() : prior.bottom();
57 int bottom = direction == UP ? prior.y() : bestRect.y();
62 int testLeft = bestRect.x();
66 int testRight = bestRect.right();
71 left = direction == LEFT ? bestRect.right() : prior.right();
72 int right = direction == LEFT ? prior.x() : bestRect.x();
77 int testTop = bestRect.y();
81 int testBottom = bestRect.bottom();
92 const WebCore::IntRect& bestRect = best->bounds()
    [all...]

Completed in 22 milliseconds