Home
last modified time | relevance | path

Searched refs:boundingRect (Results 1 – 25 of 35) sorted by relevance

12

/external/webkit/WebCore/platform/graphics/wince/
DPathWince.cpp66 FloatRect Path::boundingRect() const in boundingRect() function in WebCore::Path
68 return m_path->boundingRect(); in boundingRect()
DPlatformPathWince.h148 const FloatRect& boundingRect() const { return m_boundingRect; } in boundingRect() function
DGraphicsContextWince.cpp1376 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/
DPathQt.cpp112 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()
DGraphicsLayerQt.cpp135 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()
DGraphicsContextQt.cpp800 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/
Dmain.cpp81 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/
DPathCG.cpp127 if (!boundingRect().contains(point)) in contains()
164 FloatRect Path::boundingRect() const in boundingRect() function in WebCore::Path
/external/webkit/WebCore/platform/graphics/haiku/
DPathHaiku.cpp78 FloatRect Path::boundingRect() const in boundingRect() function in WebCore::Path
/external/webkit/WebKit/qt/Api/
Dqwebframe_p.h108 QRect boundingRect; variable
Dqwebframe.h72 QRect boundingRect() const;
Dqgraphicswebview.cpp59 QRectF boundingRect() const in boundingRect() function in QGraphicsWebViewOverlay
61 return q->boundingRect(); in boundingRect()
Dqwebframe.cpp1618boundingRect = 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/
DSVGResourceClipper.cpp75 FloatRect clipPathRect = clipData.path.boundingRect(); in clipperBoundingBox()
/external/webkit/WebCore/platform/graphics/
DPath.h110 FloatRect boundingRect() const;
/external/webkit/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp656 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/
DPathCairo.cpp247 FloatRect Path::boundingRect() const in boundingRect() function in WebCore::Path
270 if (!boundingRect().contains(point)) in contains()
/external/webkit/WebCore/platform/graphics/wx/
DPathWx.cpp96 FloatRect Path::boundingRect() const in boundingRect() function in WebCore::Path
/external/webkit/WebCore/html/
DHTMLAreaElement.cpp107 return enclosingIntRect(getPath(obj).boundingRect()); in getRect()
/external/webkit/WebCore/platform/graphics/skia/
DPathSkia.cpp88 FloatRect Path::boundingRect() const in boundingRect() function in WebCore::Path
/external/webkit/WebCore/rendering/
DRenderPath.cpp111 m_cachedLocalFillBBox = m_path.boundingRect(); in objectBoundingBox()
DRenderTreeAsText.cpp366 ts << "mask: {" << wid->mask().boundingRect() << "} ] "; in operator <<()
/external/webkit/WebCore/platform/graphics/android/
DPathAndroid.cpp100 FloatRect Path::boundingRect() const in boundingRect() function in WebCore::Path
/external/webkit/WebKit/qt/tests/qwebframe/
Dtst_qwebframe.cpp2708 …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/
DQtWebKitu.def104 …?boundingRect@QWebHitTestResult@@QBE?AVQRect@@XZ @ 103 NONAME ; class QRect QWebHitTestResult::bou…

12