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

/external/webkit/WebKit/qt/Api/
H A Dqwebframe_p.h108 QRect boundingRect; member in class:QWebHitTestResultPrivate
H A Dqgraphicswebview.cpp59 QRectF boundingRect() const function in class:QGraphicsWebViewOverlay
61 return q->boundingRect();
/external/webkit/WebCore/platform/graphics/haiku/
H A DPathHaiku.cpp78 FloatRect Path::boundingRect() const function in class:WebCore::Path
/external/webkit/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.h148 const FloatRect& boundingRect() const { return m_boundingRect; } function in class:WebCore::PlatformPath
/external/webkit/WebCore/platform/graphics/wx/
H A DPathWx.cpp96 FloatRect Path::boundingRect() const function in class:WebCore::Path
/external/webkit/WebCore/platform/graphics/android/
H A DPathAndroid.cpp100 FloatRect Path::boundingRect() const function in class:WebCore::Path
/external/webkit/WebCore/platform/graphics/cairo/
H A DPathCairo.cpp247 FloatRect Path::boundingRect() const function in class:WebCore::Path
270 if (!boundingRect().contains(point))
/external/webkit/WebCore/platform/graphics/cg/
H A DPathCG.cpp127 if (!boundingRect().contains(point))
164 FloatRect Path::boundingRect() const function in class:WebCore::Path
/external/webkit/WebCore/platform/graphics/qt/
H A DPathQt.cpp112 FloatRect Path::boundingRect() const function in class:WebCore::Path
114 return m_path.boundingRect();
135 return stroke.createStroke(m_path).boundingRect();
H A DGraphicsLayerQt.cpp135 virtual QRectF boundingRect() const;
311 painterPath.addRect(boundingRect());
323 QRectF GraphicsLayerQtImpl::boundingRect() const function in class:WebCore::GraphicsLayerQtImpl
505 update(m_pendingContent.regionToUpdate.boundingRect());
/external/webkit/WebCore/platform/graphics/skia/
H A DPathSkia.cpp88 FloatRect Path::boundingRect() const function in class:WebCore::Path
/external/webkit/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp656 willDraw(m_path.boundingRect());
678 FloatRect boundingRect = m_path.strokeBoundingRect(&strokeApplier); local
679 willDraw(boundingRect);
772 FloatRect boundingRect = rect; local
773 boundingRect.inflate(lineWidth / 2);
774 willDraw(boundingRect);

Completed in 97 milliseconds