/external/webkit/WebCore/platform/graphics/wince/ |
D | PathWince.cpp | 66 FloatRect Path::boundingRect() const in boundingRect() function in WebCore::Path 68 return m_path->boundingRect(); in boundingRect()
|
D | PlatformPathWince.h | 148 const FloatRect& boundingRect() const { return m_boundingRect; } in boundingRect() function
|
D | GraphicsContextWince.cpp | 1376 IntRect trRect = enclosingIntRect(m_data->mapRect(i->boundingRect())); in fillPath() 1416 IntRect trRect = enclosingIntRect(m_data->mapRect(i->boundingRect())); in strokePath()
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | PathQt.cpp | 112 FloatRect Path::boundingRect() const in boundingRect() function in WebCore::Path 114 return m_path.boundingRect(); in boundingRect() 135 return stroke.createStroke(m_path).boundingRect(); in strokeBoundingRect()
|
D | GraphicsLayerQt.cpp | 135 virtual QRectF boundingRect() const; 311 painterPath.addRect(boundingRect()); in opaqueArea() 323 QRectF GraphicsLayerQtImpl::boundingRect() const in boundingRect() function in WebCore::GraphicsLayerQtImpl 505 update(m_pendingContent.regionToUpdate.boundingRect()); in flushChanges()
|
D | GraphicsContextQt.cpp | 800 QRectF clip = p->clipPath().boundingRect(); in beginTransparencyLayer() 952 newClip.addRect(p->clipRegion().boundingRect()); in clipOut() 1021 newClip.addRect(p->clipRegion().boundingRect()); in clipOut() 1043 newClip.addRect(p->clipRegion().boundingRect()); in clipOutEllipseInRect()
|
/external/webkit/WebKit/qt/QGVLauncher/ |
D | main.cpp | 81 QRectF r = boundingRect(); in setYRotation() 185 QSizeF center = m_mainWidget->boundingRect().size() / 2; in flip() 196 QSizeF center = m_mainWidget->boundingRect().size() / 2; in animatedFlip()
|
/external/webkit/WebCore/platform/graphics/cg/ |
D | PathCG.cpp | 127 if (!boundingRect().contains(point)) in contains() 164 FloatRect Path::boundingRect() const in boundingRect() function in WebCore::Path
|
/external/webkit/WebCore/platform/graphics/haiku/ |
D | PathHaiku.cpp | 78 FloatRect Path::boundingRect() const in boundingRect() function in WebCore::Path
|
/external/webkit/WebKit/qt/Api/ |
D | qwebframe_p.h | 108 QRect boundingRect; variable
|
D | qwebframe.h | 72 QRect boundingRect() const;
|
D | qgraphicswebview.cpp | 59 QRectF boundingRect() const in boundingRect() function in QGraphicsWebViewOverlay 61 return q->boundingRect(); in boundingRect()
|
D | qwebframe.cpp | 1618 …boundingRect = innerNonSharedNode ? innerNonSharedNode->renderer()->absoluteBoundingBoxRect(true) … in QWebHitTestResultPrivate() 1707 QRect QWebHitTestResult::boundingRect() const in boundingRect() function in QWebHitTestResult 1711 return d->boundingRect; in boundingRect()
|
/external/webkit/WebCore/svg/graphics/ |
D | SVGResourceClipper.cpp | 75 FloatRect clipPathRect = clipData.path.boundingRect(); in clipperBoundingBox()
|
/external/webkit/WebCore/platform/graphics/ |
D | Path.h | 110 FloatRect boundingRect() const;
|
/external/webkit/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 656 willDraw(m_path.boundingRect()); in fill() 678 FloatRect boundingRect = m_path.strokeBoundingRect(&strokeApplier); in stroke() local 679 willDraw(boundingRect); in stroke() 772 FloatRect boundingRect = rect; in strokeRect() local 773 boundingRect.inflate(lineWidth / 2); in strokeRect() 774 willDraw(boundingRect); in strokeRect()
|
/external/webkit/WebCore/platform/graphics/cairo/ |
D | PathCairo.cpp | 247 FloatRect Path::boundingRect() const in boundingRect() function in WebCore::Path 270 if (!boundingRect().contains(point)) in contains()
|
/external/webkit/WebCore/platform/graphics/wx/ |
D | PathWx.cpp | 96 FloatRect Path::boundingRect() const in boundingRect() function in WebCore::Path
|
/external/webkit/WebCore/html/ |
D | HTMLAreaElement.cpp | 107 return enclosingIntRect(getPath(obj).boundingRect()); in getRect()
|
/external/webkit/WebCore/platform/graphics/skia/ |
D | PathSkia.cpp | 88 FloatRect Path::boundingRect() const in boundingRect() function in WebCore::Path
|
/external/webkit/WebCore/rendering/ |
D | RenderPath.cpp | 111 m_cachedLocalFillBBox = m_path.boundingRect(); in objectBoundingBox()
|
D | RenderTreeAsText.cpp | 366 ts << "mask: {" << wid->mask().boundingRect() << "} ] "; in operator <<()
|
/external/webkit/WebCore/platform/graphics/android/ |
D | PathAndroid.cpp | 100 FloatRect Path::boundingRect() const in boundingRect() function in WebCore::Path
|
/external/webkit/WebKit/qt/tests/qwebframe/ |
D | tst_qwebframe.cpp | 2708 …QCOMPARE(size.width(), picture.boundingRect().width() + frame->scrollBarGeometry(Qt::Vertical).wid… in render() 2709 …QCOMPARE(size.height(), picture.boundingRect().height() + frame->scrollBarGeometry(Qt::Horizontal)… in render() 2716 QCOMPARE(size.width(), picture.boundingRect().width()); // width: 100px in render() 2717 QCOMPARE(size.height(), picture.boundingRect().height()); // height: 100px in render()
|
/external/webkit/WebKit/qt/symbian/bwins/ |
D | QtWebKitu.def | 104 …?boundingRect@QWebHitTestResult@@QBE?AVQRect@@XZ @ 103 NONAME ; class QRect QWebHitTestResult::bou…
|