HomeSort by relevance Sort by last modified time
    Searched refs:currentRect (Results 1 - 8 of 8) 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];
  /development/samples/BrowserPlugin/jni/audio/
AudioPlugin.cpp 340 // check to make sure the currentRect matches the activeRect
341 ANPRectF* currentRect = validTouch(x,y);
342 if (m_activeTouchRect != currentRect)
345 if (currentRect == &m_playRect) {
354 else if (currentRect == &m_pauseRect) {
363 else if (currentRect == &m_stopRect) {
379 // set the currentRect to be the activeRect
380 m_activeRect = currentRect;
  /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/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp 512 const SDL_Rect& currentRect = rects[i];
513 rect2.x = currentRect.x;
514 rect2.y = currentRect.y;
515 rect2.w = currentRect.w;
516 rect2.h = currentRect.h;
  /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 269 milliseconds