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

  /external/webkit/WebCore/platform/graphics/android/
LayerAndroid.cpp 257 SkRect layerRect, viewRect;
262 viewRect.set(-fX, -fY, -fX + layer->getFixedWidth(), -fY + layer->getFixedHeight());
263 layerRect.intersect(viewRect);
  /external/webkit/WebCore/platform/win/
PopupMenuWin.cpp 159 RECT viewRect = {0};
160 ::GetWindowRect(hostWindow, &viewRect);
162 if (!::IsRectEmpty(&viewRect)) {
165 DWORD slideDirection = (m_windowRect.y() < viewRect.top + view->contentsToWindow(r.location()).y()) ? AW_VER_NEGATIVE : AW_VER_POSITIVE;
  /external/webkit/WebCore/rendering/
RenderView.cpp 260 IntRect vr = viewRect();
595 IntRect RenderView::viewRect() const
RenderObject.cpp     [all...]
RenderLayer.cpp     [all...]
  /external/webkit/WebCore/platform/
ScrollView.cpp 549 IntRect viewRect = convertFromContainingWindow(windowRect);
550 viewRect.move(scrollOffset());
551 return viewRect;
556 IntRect viewRect = contentsRect;
557 viewRect.move(-scrollOffset());
558 return convertToContainingWindow(viewRect);
    [all...]
  /external/webkit/WebCore/accessibility/
AccessibilityRenderObject.cpp 439 FloatRect viewRect = view->visibleContentRect();
440 viewRect.intersect(contentRect);
441 return viewRect.isEmpty();
    [all...]

Completed in 174 milliseconds