/external/skia/src/gpu/ |
D | GrClipMaskManager.cpp | 278 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/ |
D | ClipStackTest.cpp | 162 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/ |
D | ContainerNode.h | 63 virtual IntRect getRect() const;
|
D | Element.cpp | 277 IntRect bounds = getRect(); in scrollIntoView() 290 IntRect bounds = getRect(); in scrollIntoViewIfNeeded() 1598 renderer()->enclosingLayer()->scrollRectToVisible(getRect()); in updateFocusAppearance()
|
D | Node.h | 342 virtual IntRect getRect() const;
|
D | ContainerNode.cpp | 932 IntRect ContainerNode::getRect() const in getRect() function in WebCore::ContainerNode
|
D | Node.cpp | 813 IntRect Node::getRect() const in getRect() function in WebCore::Node
|
/external/skia/include/core/ |
D | SkClipStack.h | 92 const SkRect& getRect() const { return fRect; } in getRect() function
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebelement.cpp | 557 return m_element->getRect(); in geometry() 1511 IntRect rect = e->getRect(); in render()
|
D | qwebpage.cpp | 1601 IntRect currentElementBoundingRect = currentElement->getRect(); in findCandidatePointForTouch()
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | ChromeClientGtk.cpp | 564 m_webView->priv->tooltipArea = view ? view->contentsToWindow(node->getRect()) : IntRect(); in mouseDidMoveOverElement()
|
/external/webkit/Source/WebCore/page/ |
D | SpatialNavigation.cpp | 526 IntRect rect = rectToAbsoluteCoordinates(node->document()->frame(), node->getRect()); in nodeRectInAbsoluteCoordinates()
|
D | FrameView.cpp | 1946 rect = anchorNode->getRect(); in scrollToAnchor()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebViewImpl.cpp | 2018 … m_autoFillPopup->showInRect(focusedNode->getRect(), focusedNode->ownerDocument()->view(), 0); in applyAutoFillSuggestions() 2237 m_autoFillPopup->refresh(focusedWebCoreNode()->getRect()); in refreshAutoFillPopup()
|
/external/skia/src/core/ |
D | SkCanvas.cpp | 1285 element->getRect().round(&ir); in validateClip() 1313 visitor->clipRect(element->getRect(), element->getOp(), element->isAA()); in replayClips()
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.cpp | 225 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/ |
D | WebPage.cpp | 1906 while (node && node->getRect().width() < minimumZoomTargetWidth) in findZoomableAreaForPoint() 1911 zoomableArea = node->getRect(); in findZoomableAreaForPoint()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 393 transform.mapRect(&translatedClip, clipEntry->getRect()); in updateClip()
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebview.cpp | 391 return focusedNode->getRect().location(); in getLocationForKeyboardGeneratedContextMenu() 1699 GdkRectangle area = view->contentsToWindow(node->getRect()); in webkit_web_view_query_tooltip()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 2555 (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):
|
D | ChangeLog-2002-12-03 | 15030 (Node::getRect), (NodeList::item), (NodeList::length): 15399 (HTMLAreaElementImpl::getRect), (HTMLAreaElementImpl::getRegion): 15785 (NodeImpl::getRect), (NodeImpl::setChanged), (NodeImpl::isInline), 15808 (NodeBaseImpl::getLowerRightCorner), (NodeBaseImpl::getRect),
|
D | ChangeLog-2005-12-19 | 2964 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…
|
D | ChangeLog-2009-06-16 | 27003 (WebCore::ContainerNode::getRect): 50752 (WebCore::Node::getRect): 72702 (WebCore::ContainerNode::getRect): 72707 (WebCore::Node::getRect): 72718 (WebCore::HTMLAreaElement::getRect):
|
D | ChangeLog-2005-08-23 | 19069 (ContainerNodeImpl::getRect): 22726 <rdar://problem/4025214> crash in DOM::NodeImpl::getRect loading paste-match-style-001.html 45452 (HTMLAreaElementImpl::getRect):
|
D | ChangeLog-2011-02-16 | 3952 …Fix clang warning "WebCore::HTMLAreaElement::getRect' hides overloaded virtual function [-Woverloa… 3955 The method name conflicts with ContainerNode::getRect() so rename it to
|