/external/chromium_org/third_party/WebKit/Source/web/ |
D | LinkHighlight.cpp | 222 FloatRect boundingRect = newPath.boundingRect(); in computeHighlightLayerPathAndPosition() local 223 newPath.translate(-toFloatSize(boundingRect.location())); in computeHighlightLayerPathAndPosition() 228 m_contentLayer->layer()->setBounds(enclosingIntRect(boundingRect).size()); in computeHighlightLayerPathAndPosition() 231 m_contentLayer->layer()->setPosition(boundingRect.location()); in computeHighlightLayerPathAndPosition()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGRootInlineBox.cpp | 173 LayoutRect boundingRect = enclosingLayoutRect(childRect); in layoutRootBox() local 174 parentBlock->setLocation(boundingRect.location()); in layoutRootBox() 175 parentBlock->setSize(boundingRect.size()); in layoutRootBox() 190 setLineTopBottomPositions(0, boundingRect.height(), 0, boundingRect.height()); in layoutRootBox()
|
D | RenderSVGShape.cpp | 387 return path().boundingRect(); in calculateObjectBoundingBox()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | ClipPathOperation.h | 104 const Path& path(const FloatRect& boundingRect) in path() argument 109 m_shape->path(*m_path, boundingRect); in path()
|
D | RenderBoxModelObject.cpp | 1397 LayoutRect boundingRect = border.rect(); in allCornersClippedOut() local 1398 if (clipRect.contains(boundingRect)) in allCornersClippedOut() 1403 LayoutRect topLeftRect(boundingRect.location(), radii.topLeft()); in allCornersClippedOut() 1407 LayoutRect topRightRect(boundingRect.location(), radii.topRight()); in allCornersClippedOut() 1408 topRightRect.setX(boundingRect.maxX() - topRightRect.width()); in allCornersClippedOut() 1412 LayoutRect bottomLeftRect(boundingRect.location(), radii.bottomLeft()); in allCornersClippedOut() 1413 bottomLeftRect.setY(boundingRect.maxY() - bottomLeftRect.height()); in allCornersClippedOut() 1417 LayoutRect bottomRightRect(boundingRect.location(), radii.bottomRight()); in allCornersClippedOut() 1418 bottomRightRect.setX(boundingRect.maxX() - bottomRightRect.width()); in allCornersClippedOut() 1419 bottomRightRect.setY(boundingRect.maxY() - bottomRightRect.height()); in allCornersClippedOut()
|
D | RenderImage.cpp | 455 IntRect repaintRect = enclosingIntRect(path.boundingRect()); in areaElementFocusChanged()
|
/external/chromium-trace/trace-viewer/src/base/ |
D | quad.js | 90 boundingRect: function() { method in Quad 124 var bounds = this.boundingRect();
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | Path.h | 80 FloatRect boundingRect() const;
|
D | Path.cpp | 85 FloatRect Path::boundingRect() const in boundingRect() function in WebCore::Path
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
D | browser_action_button.mm | 307 gfx::Rect boundingRect(NSRectToCGRect(frame)); 308 extensionAction_->PaintBadge(&canvas, boundingRect, tabId_);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLAreaElement.cpp | 121 return enclosingLayoutRect(computePath(obj).boundingRect()); in computeRect()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Range.h | 129 FloatRect boundingRect() const;
|
D | Range.cpp | 1841 return ClientRect::create(boundingRect()); in getBoundingClientRect() 1883 FloatRect Range::boundingRect() const in boundingRect() function in WebCore::Range
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 917 if (computeDirtyRect(m_path.boundingRect(), clipBounds, &dirtyRect)) { in fill() 941 FloatRect bounds = m_path.boundingRect(); in stroke() 1116 FloatRect boundingRect = rect; in strokeRect() local 1117 boundingRect.inflate(state().m_lineWidth / 2); in strokeRect() 1119 if (computeDirtyRect(boundingRect, &dirtyRect)) { in strokeRect() 2362 FloatRect bounds = m_path.boundingRect(); in updateFocusRingAccessibility() 2390 if (!computeDirtyRect(path.boundingRect(), &dirtyRect)) in drawFocusRing()
|
D | CanvasPathMethods.cpp | 51 FloatRect boundRect = m_path.boundingRect(); in closePath()
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
D | browser_action_button.mm | 331 gfx::Rect boundingRect(NSRectToCGRect(frame)); 332 extensionAction_->PaintBadge(&canvas, boundingRect, tabId_);
|
/external/chromium-trace/trace-viewer/src/ui/ |
D | quad_view.js | 175 var bounds = quad.boundingRect();
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGPathElement.cpp | 397 return renderer->path().boundingRect(); in getBBox()
|
/external/chromium-trace/ |
D | script.js | 228 …a){return c(a,this.p1,this.p2,this.p3)||c(a,this.p1,this.p3,this.p4)},boundingRect:function(){var … method in b 229 …is.p3,c);vec2.copy(a.p3,this.p3,c)},isRectangle:function(){var a=this.boundingRect();return a.x==t…
|