/external/webkit/Source/WebCore/platform/graphics/wince/ |
PathWinCE.cpp | 66 FloatRect Path::boundingRect() const 68 return m_path->boundingRect();
|
PlatformPathWinCE.h | 153 const FloatRect& boundingRect() const { return m_boundingRect; }
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
FontQt.cpp | 125 QRectF boundingRect(point.x() + x1, point.y() - ascent, x2 - x1, fm.height()); 126 QRectF clip = boundingRect; 157 QPainter* shadowPainter = ctxShadow->beginShadowLayer(ctx, boundingRect); 198 QRectF boundingRect(pt.x(), point.y() - fm.ascent(), fm.width(string, -1, flags), fm.height()); 199 QPainter* shadowPainter = ctxShadow->beginShadowLayer(ctx, boundingRect); 215 QRectF boundingRect(pt.x(), point.y() - fm.ascent(), fm.width(string, -1, flags), fm.height()); 216 QPainter* shadowPainter = ctxShadow->beginShadowLayer(ctx, boundingRect);
|
PathQt.cpp | 152 FloatRect Path::boundingRect() const 154 return m_path.boundingRect(); 172 return stroke.createStroke(m_path).boundingRect();
|
GraphicsLayerQt.cpp | 177 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 839 update(m_pendingContent.regionToUpdate.boundingRect()); [all...] |
ContextShadowQt.cpp | 120 clipRect = p->clipRegion().boundingRect();
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
PageClientQt.h | 126 QRectF boundingRect() const 128 return q->boundingRect();
|
PageClientQt.cpp | 443 return graphicsView->mapFromScene(view->boundingRect()).boundingRect();
|
/external/webkit/Source/WebCore/platform/graphics/ |
Path.h | 115 FloatRect boundingRect() const;
|
ShadowBlur.cpp | 646 FloatRect boundingRect = rect; 647 boundingRect.move(m_offset); 656 exteriorPath.addRect(boundingRect); [all...] |
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
PathHaiku.cpp | 86 FloatRect Path::boundingRect() const
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebframe_p.h | 138 QRect boundingRect;
|
qwebframe.h | 75 QRect boundingRect() const;
|
/external/webkit/Tools/QtTestBrowser/ |
webview.h | 123 QRectF r = graphicsWebView()->boundingRect();
|
webview.cpp | 173 QSizeF center = graphicsWebView()->boundingRect().size() / 2;
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
browser_action_button.mm | 307 gfx::Rect boundingRect(NSRectToCGRect(frame)); 308 extensionAction_->PaintBadge(&canvas, boundingRect, tabId_);
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
PathCG.cpp | 127 if (!boundingRect().contains(point)) 164 FloatRect Path::boundingRect() const
|
/external/webkit/Source/WebCore/html/canvas/ |
CanvasRenderingContext2D.cpp | 757 FloatRect boundRect = m_path.boundingRect(); 912 didDraw(m_path.boundingRect()); 933 FloatRect boundingRect = m_path.platformPath().controlPointRect(); 934 boundingRect.inflate(state().m_miterLimit + state().m_lineWidth); 937 FloatRect boundingRect = m_path.strokeBoundingRect(&strokeApplier); 940 didDraw(boundingRect); 1042 FloatRect boundingRect = rect; 1043 boundingRect.inflate(lineWidth / 2); 1046 didDraw(boundingRect); [all...] |
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
PathOpenVG.cpp | 139 return boundingRect().contains(point); 158 FloatRect Path::boundingRect() const 178 return boundingRect();
|
/external/webkit/Source/WebCore/dom/ |
Range.h | 114 FloatRect boundingRect() const;
|
/external/webkit/Source/WebCore/html/ |
HTMLAreaElement.cpp | 116 return enclosingIntRect(computePath(obj).boundingRect());
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
PathWx.cpp | 97 FloatRect Path::boundingRect() const
|
/external/webkit/Source/WebKit2/UIProcess/qt/ |
TiledDrawingAreaTileQt.cpp | 147 IntRect dirtyRect = m_dirtyRegion.boundingRect();
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
PathSkia.cpp | 95 FloatRect Path::boundingRect() const
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
PathAndroid.cpp | 113 FloatRect Path::boundingRect() const
|