Searched defs:boundingRect (Results 1 - 20 of 20) sorted by relevance

/external/webkit/Source/WebKit/qt/Api/
H A Dqwebframe_p.h138 QRect boundingRect; member in class:QWebHitTestResultPrivate
H A Dqwebframe.cpp315 renderCompositedLayers(context, IntRect(clip.boundingRect()));
385 renderCompositedLayers(context, IntRect(clip.boundingRect()));
1701 boundingRect = innerNonSharedNode ? innerNonSharedNode->renderer()->absoluteBoundingBoxRect(true) : IntRect();
1790 QRect QWebHitTestResult::boundingRect() const function in class:QWebHitTestResult
1794 return d->boundingRect;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DPageClientQt.h126 QRectF boundingRect() const function in class:WebCore::QGraphicsItemOverlay
128 return q->boundingRect();
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DPathHaiku.cpp86 FloatRect Path::boundingRect() const function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPathSkia.cpp95 FloatRect Path::boundingRect() const function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DPathWinCE.cpp66 FloatRect Path::boundingRect() const function in class:WebCore::Path
68 return m_path->boundingRect();
H A DPlatformPathWinCE.h153 const FloatRect& boundingRect() const { return m_boundingRect; } function in class:WebCore::PlatformPath
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DPathWx.cpp97 FloatRect Path::boundingRect() const function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/android/
H A DPathAndroid.cpp113 FloatRect Path::boundingRect() const function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DPathCairo.cpp276 FloatRect Path::boundingRect() const function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DPathCG.cpp127 if (!boundingRect().contains(point))
164 FloatRect Path::boundingRect() const function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DPathOpenVG.cpp139 return boundingRect().contains(point);
158 FloatRect Path::boundingRect() const function in class:WebCore::Path
178 return boundingRect();
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DPathQt.cpp152 FloatRect Path::boundingRect() const function in class:WebCore::Path
154 return m_path.boundingRect();
172 return stroke.createStroke(m_path).boundingRect();
H A DGraphicsContextQt.cpp209 return p()->clipRegion().boundingRect();
555 FloatRect boundingRect = platformPath.controlPointRect(); local
556 boundingRect.inflate(pen.miterLimit() + pen.widthF());
557 QPainter* shadowPainter = shadow->beginShadowLayer(this, boundingRect);
H A DGraphicsLayerQt.cpp177 virtual QRectF boundingRect() const;
457 const QRect cleanBounds(cleanRegion.boundingRect());
494 painter.fillRect(region.boundingRect(), Qt::transparent);
504 m_layer->paintGraphicsLayerContents(gc, region.boundingRect());
608 painterPath.addRect(boundingRect());
620 QRectF GraphicsLayerQtImpl::boundingRect() const function in class:WebCore::GraphicsLayerQtImpl
839 update(m_pendingContent.regionToUpdate.boundingRect());
932 return mapFromScene(scene()->sceneRect()).boundingRect().toAlignedRect();
935 return mapFromScene(view->mapToScene(view->viewport()->visibleRegion().boundingRect()).boundingRect())
[all...]
H A DGraphicsContext3DQt.cpp166 QRectF boundingRect() const;
539 QRectF rect = option ? option->rect : boundingRect();
585 QRectF GraphicsContext3DInternal::boundingRect() const function in class:WebCore::GraphicsContext3DInternal
/external/webkit/Source/WebCore/platform/graphics/
H A DShadowBlur.cpp646 FloatRect boundingRect = rect; local
647 boundingRect.move(m_offset);
656 exteriorPath.addRect(boundingRect);
/external/webkit/Source/WebCore/dom/
H A DRange.cpp1912 FloatRect rect = boundingRect();
1977 FloatRect Range::boundingRect() const function in class:WebCore::Range
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp757 FloatRect boundRect = m_path.boundingRect();
912 didDraw(m_path.boundingRect());
933 FloatRect boundingRect = m_path.platformPath().controlPointRect(); local
934 boundingRect.inflate(state().m_miterLimit + state().m_lineWidth);
937 FloatRect boundingRect = m_path.strokeBoundingRect(&strokeApplier);
940 didDraw(boundingRect);
1042 FloatRect boundingRect = rect; local
1043 boundingRect.inflate(lineWidth / 2);
1046 didDraw(boundingRect);
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp3245 FloatRect boundingRect; local
3248 boundingRect.unite(textQuads[i].boundingBox());
3249 return view->contentsToWindow(IntRect(boundingRect));

Completed in 213 milliseconds