Home
last modified time | relevance | path

Searched refs:getRect (Results 1 – 25 of 29) sorted by relevance

12

/external/skia/src/gpu/
DGrClipMaskManager.cpp278 element->getRect(), in drawElement()
281 fGpu->drawSimpleRect(element->getRect(), NULL); in drawElement()
681 fGpu->drawSimpleRect(element->getRect(), NULL); in createStencilClipMask()
701 fGpu->drawSimpleRect(element->getRect(), NULL); in createStencilClipMask()
958 temp.addRect(element->getRect()); in createSoftwareClipMask()
980 helper.draw(element->getRect(), op, element->isAA(), 0xFF); in createSoftwareClipMask()
/external/skia/tests/
DClipStackTest.cpp162 REPORTER_ASSERT(reporter, element->getRect() == gRects[i]); in test_iterators()
177 REPORTER_ASSERT(reporter, element->getRect() == gRects[i]); in test_iterators()
191 REPORTER_ASSERT(reporter, element->getRect() == gRects[3]); in test_iterators()
724 stack->clipDevRect(element.getRect(), element.getOp(), element.isAA()); in add_elem_to_stack()
745 path.addRect(element.getRect()); in add_elem_to_region()
939 REPORTER_ASSERT(reporter, element->getRect() == answer); in TestClipStack()
/external/webkit/Source/WebCore/dom/
DContainerNode.h63 virtual IntRect getRect() const;
DElement.cpp277 IntRect bounds = getRect(); in scrollIntoView()
290 IntRect bounds = getRect(); in scrollIntoViewIfNeeded()
1598 renderer()->enclosingLayer()->scrollRectToVisible(getRect()); in updateFocusAppearance()
DNode.h342 virtual IntRect getRect() const;
DContainerNode.cpp932 IntRect ContainerNode::getRect() const in getRect() function in WebCore::ContainerNode
DNode.cpp813 IntRect Node::getRect() const in getRect() function in WebCore::Node
/external/skia/include/core/
DSkClipStack.h92 const SkRect& getRect() const { return fRect; } in getRect() function
/external/webkit/Source/WebKit/qt/Api/
Dqwebelement.cpp557 return m_element->getRect(); in geometry()
1511 IntRect rect = e->getRect(); in render()
Dqwebpage.cpp1601 IntRect currentElementBoundingRect = currentElement->getRect(); in findCandidatePointForTouch()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DChromeClientGtk.cpp564 m_webView->priv->tooltipArea = view ? view->contentsToWindow(node->getRect()) : IntRect(); in mouseDidMoveOverElement()
/external/webkit/Source/WebCore/page/
DSpatialNavigation.cpp526 IntRect rect = rectToAbsoluteCoordinates(node->document()->frame(), node->getRect()); in nodeRectInAbsoluteCoordinates()
DFrameView.cpp1946 rect = anchorNode->getRect(); in scrollToAnchor()
/external/webkit/Source/WebKit/chromium/src/
DWebViewImpl.cpp2018 … m_autoFillPopup->showInRect(focusedNode->getRect(), focusedNode->ownerDocument()->view(), 0); in applyAutoFillSuggestions()
2237 m_autoFillPopup->refresh(focusedWebCoreNode()->getRect()); in refreshAutoFillPopup()
/external/skia/src/core/
DSkCanvas.cpp1285 element->getRect().round(&ir); in validateClip()
1313 visitor->clipRect(element->getRect(), element->getOp(), element->isAA()); in replayClips()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp225 getAreaRect(static_cast<HTMLAreaElement*>(node)) : node->getRect(); in validNode()
1183 bounds = node->getRect(); in setSizeScreenWidthAndScale()
1190 bounds = node->getRect(); in setSizeScreenWidthAndScale()
1210 const WebCore::IntRect& newBounds = node->getRect(); in setSizeScreenWidthAndScale()
2617 IntRect bounds = nextAnchorNode->getRect(); in advanceAnchorNode()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.cpp1906 while (node && node->getRect().width() < minimumZoomTargetWidth) in findZoomableAreaForPoint()
1911 zoomableArea = node->getRect(); in findZoomableAreaForPoint()
/external/skia/src/pdf/
DSkPDFDevice.cpp393 transform.mapRect(&translatedClip, clipEntry->getRect()); in updateClip()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebview.cpp391 return focusedNode->getRect().location(); in getLocationForKeyboardGeneratedContextMenu()
1699 GdkRectangle area = view->contentsToWindow(node->getRect()); in webkit_web_view_query_tooltip()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-102555 (WebCore::HTMLAreaElement::getRect): Update for changes to the Path class.
12898 (WebCore::NodeImpl::getRect):
19459 (WebCore::HTMLAreaElementImpl::getRect): Replaced QRegion with Path.
29137 (WebCore::NodeImpl::getRect): Ditto.
32481 (DOM::ContainerNodeImpl::getRect):
32501 (DOM::NodeImpl::getRect):
32722 (DOM::HTMLAreaElementImpl::getRect):
32911 (DOM::NodeImpl::getRect):
32912 (DOM::ContainerNodeImpl::getRect):
DChangeLog-2002-12-0315030 (Node::getRect), (NodeList::item), (NodeList::length):
15399 (HTMLAreaElementImpl::getRect), (HTMLAreaElementImpl::getRegion):
15785 (NodeImpl::getRect), (NodeImpl::setChanged), (NodeImpl::isInline),
15808 (NodeBaseImpl::getLowerRightCorner), (NodeBaseImpl::getRect),
DChangeLog-2005-12-192964 Fixed a bug in getRect where the code would return a zero sized rect at the
2972 (DOM::ContainerNodeImpl::getRect):
6642 …* khtml/xml/dom_nodeimpl.cpp: (DOM::ContainerNodeImpl::getRect): If width or height is negative, w…
DChangeLog-2009-06-1627003 (WebCore::ContainerNode::getRect):
50752 (WebCore::Node::getRect):
72702 (WebCore::ContainerNode::getRect):
72707 (WebCore::Node::getRect):
72718 (WebCore::HTMLAreaElement::getRect):
DChangeLog-2005-08-2319069 (ContainerNodeImpl::getRect):
22726 <rdar://problem/4025214> crash in DOM::NodeImpl::getRect loading paste-match-style-001.html
45452 (HTMLAreaElementImpl::getRect):
DChangeLog-2011-02-163952 …Fix clang warning "WebCore::HTMLAreaElement::getRect' hides overloaded virtual function [-Woverloa…
3955 The method name conflicts with ContainerNode::getRect() so rename it to

12