Searched defs:boundingRect (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositingLayerAssigner.h75 IntRect boundingRect; member in struct:blink::CompositingLayerAssigner::SquashingState
/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);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRootInlineBox.cpp160 LayoutRect boundingRect = enclosingLayoutRect(childRect); local
161 parentBlock.setLocation(boundingRect.location());
162 parentBlock.setSize(boundingRect.size());
177 setLineTopBottomPositions(0, boundingRect.height(), 0, boundingRect.height());
/external/chromium_org/third_party/WebKit/Source/web/
H A DLinkHighlight.cpp233 FloatRect boundingRect = newPath.boundingRect(); local
234 newPath.translate(-toFloatSize(boundingRect.location()));
239 m_contentLayer->layer()->setBounds(enclosingIntRect(boundingRect).size());
242 m_contentLayer->layer()->setPosition(boundingRect.location());
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPath.cpp84 FloatRect Path::boundingRect() const function in class:blink::Path
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DRange.cpp1716 return ClientRect::create(boundingRect());
1757 FloatRect Range::boundingRect() const function in class:blink::Range
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp1036 if (computeDirtyRect(path.boundingRect(), clipBounds, &dirtyRect)) {
1085 FloatRect bounds = path.boundingRect();
1212 FloatRect boundingRect = transformedPath.boundingRect(); local
1215 LayoutRect pathRect(boundingRect);
1344 FloatRect boundingRect = rect; local
1345 boundingRect.inflate(state().m_lineWidth / 2);
1347 if (computeDirtyRect(boundingRect, clipBounds, &dirtyRect)) {
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp1332 LayoutRect boundingRect = border.rect(); local
1333 if (clipRect.contains(boundingRect))
1338 LayoutRect topLeftRect(boundingRect.location(), radii.topLeft());
1342 LayoutRect topRightRect(boundingRect.location(), radii.topRight());
1343 topRightRect.setX(boundingRect.maxX() - topRightRect.width());
1347 LayoutRect bottomLeftRect(boundingRect.location(), radii.bottomLeft());
1348 bottomLeftRect.setY(boundingRect.maxY() - bottomLeftRect.height());
1352 LayoutRect bottomRightRect(boundingRect.location(), radii.bottomRight());
1353 bottomRightRect.setX(boundingRect.maxX() - bottomRightRect.width());
1354 bottomRightRect.setY(boundingRect
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 3358 milliseconds