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

  /external/webkit/Source/WebKit/mac/WebView/
WebWindowAnimation.m 39 NSRect currentRect = _initialFrame;
40 currentRect.origin.x += (NSMinX(_finalFrame) - NSMinX(_initialFrame)) * factor;
41 currentRect.origin.y += (NSMinY(_finalFrame) - NSMinY(_initialFrame)) * factor;
42 currentRect.size.width += (NSWidth(_finalFrame) - NSWidth(_initialFrame)) * factor;
43 currentRect.size.height += (NSHeight(_finalFrame) - NSHeight(_initialFrame)) * factor;
44 return currentRect;
114 NSRect currentRect = [self currentFrame];
116 WKWindowSetScaledFrame(_window, currentRect, _realFrame);
118 [_window setFrame:currentRect display:YES];
  /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/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/webkit/Source/WebKit2/UIProcess/API/mac/
WKPrintingView.mm 387 IntRect currentRect(_printingPageRects[i]);
388 currentRect.scale(_totalScaleFactorForPrinting);
389 if (rect.origin.y == currentRect.y() && rect.origin.x == currentRect.x())
  /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/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]

Completed in 329 milliseconds