Searched refs:currentRect (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebWindowAnimation.m39 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/
H A DSDL_epocvideo.cpp803 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
881 const SDL_Rect& currentRect = rects[i]; local
1170 const SDL_Rect& currentRect = rects[i]; local
[all...]
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivatePhonon.cpp431 QRect currentRect = m_videoWidget->rect(); local
433 if (newSize.width() != currentRect.width() || newSize.height() != currentRect.height())
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DWKPrintingView.mm387 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/
H A DSpatialNavigation.cpp634 IntRect currentRect = current.rect; local
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/
H A Drender_widget_host_view_win.cc1526 RECT currentRect; local
1527 GetClientRect(&currentRect);
1528 int width = currentRect.right - currentRect.left;
1529 int height = currentRect.bottom - currentRect.top;

Completed in 229 milliseconds