Searched refs:boundingRect (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DClipPathOperation.h105 const Path& path(const FloatRect& boundingRect) argument
110 m_shape->path(*m_path, boundingRect);
H A DRenderBoxModelObject.cpp1333 LayoutRect boundingRect = border.rect(); local
1334 if (clipRect.contains(boundingRect))
1339 LayoutRect topLeftRect(boundingRect.location(), radii.topLeft());
1343 LayoutRect topRightRect(boundingRect.location(), radii.topRight());
1344 topRightRect.setX(boundingRect.maxX() - topRightRect.width());
1348 LayoutRect bottomLeftRect(boundingRect.location(), radii.bottomLeft());
1349 bottomLeftRect.setY(boundingRect.maxY() - bottomLeftRect.height());
1353 LayoutRect bottomRightRect(boundingRect.location(), radii.bottomRight());
1354 bottomRightRect.setX(boundingRect.maxX() - bottomRightRect.width());
1355 bottomRightRect.setY(boundingRect
[all...]
H A DRenderImage.cpp440 IntRect repaintRect = enclosingIntRect(path.boundingRect());
/external/chromium_org/third_party/WebKit/Source/web/
H A DLinkHighlight.cpp224 FloatRect boundingRect = newPath.boundingRect(); local
225 newPath.translate(-toFloatSize(boundingRect.location()));
230 m_contentLayer->layer()->setBounds(enclosingIntRect(boundingRect).size());
233 m_contentLayer->layer()->setPosition(boundingRect.location());
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRootInlineBox.cpp173 LayoutRect boundingRect = enclosingLayoutRect(childRect); local
174 parentBlock->setLocation(boundingRect.location());
175 parentBlock->setSize(boundingRect.size());
190 setLineTopBottomPositions(0, boundingRect.height(), 0, boundingRect.height());
H A DRenderSVGShape.cpp375 return path().boundingRect();
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DPath.h79 FloatRect boundingRect() const;
H A DPath.cpp85 FloatRect Path::boundingRect() const function in class:WebCore::Path
/external/chromium-trace/trace-viewer/src/base/
H A Dquad.js90 boundingRect: function() {
124 var bounds = this.boundingRect();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DRange.h129 FloatRect boundingRect() const;
H A DRange.cpp1852 return ClientRect::create(boundingRect());
1894 FloatRect Range::boundingRect() const function in class:WebCore::Range
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAreaElement.cpp122 return enclosingLayoutRect(computePath(obj).boundingRect());
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasPathMethods.cpp50 FloatRect boundRect = m_path.boundingRect();
H A DCanvasRenderingContext2D.cpp904 didDraw(m_path.boundingRect());
925 FloatRect dirtyRect = m_path.boundingRect();
1088 FloatRect boundingRect = rect; local
1089 boundingRect.inflate(state().m_lineWidth / 2);
1092 didDraw(boundingRect);
1612 IntRect bufferRect = enclosingIntRect(path.boundingRect());
2391 LayoutRect rect = LayoutRect(path.boundingRect());
2414 didDraw(path.boundingRect());
/external/chromium-trace/trace-viewer/src/ui/
H A Dquad_view.js175 var bounds = quad.boundingRect();
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathElement.cpp400 return renderer->path().boundingRect();

Completed in 216 milliseconds