HomeSort by relevance Sort by last modified time
    Searched refs:getRect (Results 1 - 25 of 30) sorted by null

1 2

  /external/skia/include/gpu/
GrClipIterator.h 55 virtual void getRect(GrRect* rect) const = 0;
SkGr.h 113 virtual void getRect(GrRect* rect) const {
153 virtual void getRect(GrRect* rect) const {
GrClip.h 56 const GrRect& getRect(int i) const {
  /external/webkit/Source/WebCore/dom/
ContainerNode.h 63 virtual IntRect getRect() const;
Element.cpp 277 IntRect bounds = getRect();
290 IntRect bounds = getRect();
    [all...]
Node.h 342 virtual IntRect getRect() const;
ContainerNode.cpp 932 IntRect ContainerNode::getRect() const
    [all...]
Node.cpp 813 IntRect Node::getRect() const
    [all...]
  /external/skia/src/gpu/
GrClip.cpp 104 iter->getRect(&e.fRect);
GrGpu.cpp 482 && clip.getRect(curr).contains(bounds)) {
642 clip.getRect(c).contains(rtRect)) {
687 this->drawSimpleRect(clip.getRect(c), NULL, 0);
706 this->drawSimpleRect(clip.getRect(c), NULL, 0);
    [all...]
GrInOrderDrawBuffer.cpp 109 GrRect clipRect = fClip.getRect(0);
  /frameworks/base/libs/hwui/
ShapeCache.cpp 103 PathTexture* RectShapeCache::getRect(float width, float height, SkPaint* paint) {
ShapeCache.h 401 PathTexture* getRect(float width, float height, SkPaint* paint);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionItem.java 122 public Rectangle getRect() {
GestureManager.java 333 if (item.getRect().contains(layoutPoint.x, layoutPoint.y)
727 if (!cs.isRoot() && cs.getRect().contains(p.x, p.y)) {
821 Rectangle bounds = item.getRect();
    [all...]
SelectionManager.java 316 if (cs.getRect().contains(p.x, p.y)) {
354 if (cs.getRect().contains(p.x, p.y)) {
    [all...]
  /frameworks/base/core/java/android/view/
FocusFinder.java 636 getRect(first, mFirstRect);
637 getRect(second, mSecondRect);
663 private void getRect(View view, Rect rect) {
  /external/webkit/Source/WebKit/qt/Api/
qwebelement.cpp 557 return m_element->getRect();
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 564 m_webView->priv->tooltipArea = view ? view->contentsToWindow(node->getRect()) : IntRect();
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp     [all...]
  /external/webkit/Source/WebCore/page/
SpatialNavigation.cpp 526 IntRect rect = rectToAbsoluteCoordinates(node->document()->frame(), node->getRect());
FrameView.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp     [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp 225 getAreaRect(static_cast<HTMLAreaElement*>(node)) : node->getRect();
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp 391 return focusedNode->getRect().location();
    [all...]

Completed in 759 milliseconds

1 2