Home
last modified time | relevance | path

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

123

/external/webkit/Source/WebCore/platform/graphics/qt/
DFontQt.cpp125 QRectF boundingRect(point.x() + x1, point.y() - ascent, x2 - x1, fm.height()); in drawTextCommon() local
126 QRectF clip = boundingRect; in drawTextCommon()
157 QPainter* shadowPainter = ctxShadow->beginShadowLayer(ctx, boundingRect); in drawTextCommon()
198 … QRectF boundingRect(pt.x(), point.y() - fm.ascent(), fm.width(string, -1, flags), fm.height()); in drawTextCommon() local
199 QPainter* shadowPainter = ctxShadow->beginShadowLayer(ctx, boundingRect); in drawTextCommon()
215 … QRectF boundingRect(pt.x(), point.y() - fm.ascent(), fm.width(string, -1, flags), fm.height()); in drawTextCommon() local
216 QPainter* shadowPainter = ctxShadow->beginShadowLayer(ctx, boundingRect); in drawTextCommon()
DGraphicsLayerQt.cpp177 virtual QRectF boundingRect() const;
457 const QRect cleanBounds(cleanRegion.boundingRect()); in recache()
494 painter.fillRect(region.boundingRect(), Qt::transparent); in recache()
504 m_layer->paintGraphicsLayerContents(gc, region.boundingRect()); in recache()
608 painterPath.addRect(boundingRect()); in opaqueArea()
620 QRectF GraphicsLayerQtImpl::boundingRect() const in boundingRect() function in WebCore::GraphicsLayerQtImpl
839 update(m_pendingContent.regionToUpdate.boundingRect()); in flushChanges()
932 return mapFromScene(scene()->sceneRect()).boundingRect().toAlignedRect(); in tiledBackingStoreVisibleRect()
935 …ne(view->mapToScene(view->viewport()->visibleRegion().boundingRect()).boundingRect()).boundingRect in tiledBackingStoreVisibleRect()
DPathQt.cpp152 FloatRect Path::boundingRect() const in boundingRect() function in WebCore::Path
154 return m_path.boundingRect(); in boundingRect()
172 return stroke.createStroke(m_path).boundingRect(); in strokeBoundingRect()
DContextShadowQt.cpp120 clipRect = p->clipRegion().boundingRect(); in Q_GLOBAL_STATIC()
/external/webkit/Source/WebCore/platform/graphics/wince/
DPathWinCE.cpp66 FloatRect Path::boundingRect() const in boundingRect() function in WebCore::Path
68 return m_path->boundingRect(); in boundingRect()
DPlatformPathWinCE.h153 const FloatRect& boundingRect() const { return m_boundingRect; } in boundingRect() function
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DPageClientQt.h126 QRectF boundingRect() const in boundingRect() function
128 return q->boundingRect(); in boundingRect()
DPageClientQt.cpp443 return graphicsView->mapFromScene(view->boundingRect()).boundingRect(); in geometryRelativeToOwnerWidget()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPathOpenVG.cpp139 return boundingRect().contains(point); in contains()
158 FloatRect Path::boundingRect() const in boundingRect() function in WebCore::Path
178 return boundingRect(); in strokeBoundingRect()
/external/webkit/Source/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/Source/WebCore/platform/graphics/haiku/
DPathHaiku.cpp86 FloatRect Path::boundingRect() const in boundingRect() function in WebCore::Path
/external/webkit/Tools/QtTestBrowser/
Dwebview.h123 QRectF r = graphicsWebView()->boundingRect(); in setYRotation()
Dwebview.cpp173 QSizeF center = graphicsWebView()->boundingRect().size() / 2; in animatedFlip()
/external/webkit/Source/WebCore/platform/graphics/
DPath.h115 FloatRect boundingRect() const;
DShadowBlur.cpp646 FloatRect boundingRect = rect; in drawInsetShadowWithTiling() local
647 boundingRect.move(m_offset); in drawInsetShadowWithTiling()
656 exteriorPath.addRect(boundingRect); in drawInsetShadowWithTiling()
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp757 FloatRect boundRect = m_path.boundingRect(); in closePath()
912 didDraw(m_path.boundingRect()); in fill()
933 FloatRect boundingRect = m_path.platformPath().controlPointRect(); in stroke() local
934 boundingRect.inflate(state().m_miterLimit + state().m_lineWidth); in stroke()
937 FloatRect boundingRect = m_path.strokeBoundingRect(&strokeApplier); in stroke()
940 didDraw(boundingRect); in stroke()
1042 FloatRect boundingRect = rect; in strokeRect() local
1043 boundingRect.inflate(lineWidth / 2); in strokeRect()
1046 didDraw(boundingRect); in strokeRect()
/external/webkit/Source/WebKit2/UIProcess/qt/
DTiledDrawingAreaTileQt.cpp147 IntRect dirtyRect = m_dirtyRegion.boundingRect(); in updateBackBuffer()
/external/webkit/Source/WebKit/qt/Api/
Dqwebframe_p.h138 QRect boundingRect; variable
Dqwebframe.cpp315 renderCompositedLayers(context, IntRect(clip.boundingRect())); in renderFromTiledBackingStore()
385 renderCompositedLayers(context, IntRect(clip.boundingRect())); in renderRelativeCoords()
1701boundingRect = innerNonSharedNode ? innerNonSharedNode->renderer()->absoluteBoundingBoxRect(true) … in QWebHitTestResultPrivate()
1790 QRect QWebHitTestResult::boundingRect() const in boundingRect() function in QWebHitTestResult
1794 return d->boundingRect; in boundingRect()
/external/webkit/Source/WebCore/platform/graphics/wx/
DPathWx.cpp97 FloatRect Path::boundingRect() const in boundingRect() function in WebCore::Path
/external/webkit/Source/WebCore/html/
DHTMLAreaElement.cpp116 return enclosingIntRect(computePath(obj).boundingRect()); in computeRect()
/external/chromium/chrome/browser/ui/cocoa/extensions/
Dbrowser_action_button.mm307 gfx::Rect boundingRect(NSRectToCGRect(frame));
308 extensionAction_->PaintBadge(&canvas, boundingRect, tabId_);
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContextRecording.cpp725 clipState(path.boundingRect()); in clip()
754 clipState(pathToClip.boundingRect()); in clipPath()
872 appendDrawingOperation(NEW_OP(FillPath)(pathToFill, fillRule), pathToFill.boundingRect()); in fillPath()
905 appendDrawingOperation(NEW_OP(StrokePath)(pathToStroke), pathToStroke.boundingRect()); in strokePath()
/external/webkit/Source/WebCore/dom/
DRange.h114 FloatRect boundingRect() const;
/external/webkit/Source/WebCore/platform/graphics/skia/
DPathSkia.cpp95 FloatRect Path::boundingRect() const in boundingRect() function in WebCore::Path

123