Home
last modified time | relevance | path

Searched defs:boundingBox (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBasicShapes.cpp53 void BasicShapeRectangle::path(Path& path, const FloatRect& boundingBox) in path()
85 void BasicShapeCircle::path(Path& path, const FloatRect& boundingBox) in path()
112 void BasicShapeEllipse::path(Path& path, const FloatRect& boundingBox) in path()
140 void BasicShapePolygon::path(Path& path, const FloatRect& boundingBox) in path()
181 void BasicShapeInsetRectangle::path(Path& path, const FloatRect& boundingBox) in path()
DRenderStyle.cpp872 void RenderStyle::applyTransform(TransformationMatrix& transform, const FloatRect& boundingBox, App… in applyTransform() argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DHitTestLocation.h67 IntRect boundingBox() const { return m_boundingBox; } in boundingBox() function
DRenderInline.h157 IntRect boundingBox = linesBoundingBox(); in borderBoundingBox() local
DRenderNamedFlowThread.cpp622 LayoutRect boundingBox; in getRanges() local
DRenderLayer.cpp1853 LayoutRect boundingBox = layer->boundingBox(rootLayer); in performOverlapTests() local
3486 LayoutRect RenderLayer::boundingBox(const RenderLayer* ancestorLayer, CalculateLayerBoundsFlags fla… in boundingBox() function in WebCore::RenderLayer
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatPolygon.h62 FloatRect boundingBox() const { return m_boundingBox; } in boundingBox() function
DFloatQuad.cpp84 FloatRect FloatQuad::boundingBox() const in boundingBox() function in WebCore::FloatQuad
/external/chromium_org/third_party/WebKit/Source/core/page/
DTouchDisambiguation.cpp71 static float scoreTouchTarget(IntPoint touchPoint, int padding, IntRect boundingBox) in scoreTouchTarget()
DPrintContext.cpp298 IntRect boundingBox = renderer->absoluteBoundingBoxRect(); in outputLinkedDestinations() local
DTouchAdjustment.cpp57 IntRect boundingBox() const { return m_quad.enclosingBoundingBox(); } in boundingBox() function in WebCore::TouchAdjustment::SubtargetGeometry
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGImage.cpp132 FloatRect boundingBox = repaintRectInLocalCoordinates(); in paint() local
DSVGRenderingContext.cpp277 FloatRect boundingBox = m_object->objectBoundingBox(); in bufferForeground() local
DRenderSVGInlineText.cpp130 FloatRect boundingBox; in floatLinesBoundingBox() local
DRenderSVGShape.cpp250 FloatRect boundingBox = repaintRectInLocalCoordinates(); in paint() local
/external/chromium_org/third_party/WebKit/Source/web/tests/
DLinkHighlightTest.cpp221 …IntRect boundingBox(touchEvent.x - touchEvent.data.tap.width / 2, touchEvent.y - touchEvent.data.t… in TEST() local
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorOverlay.cpp153 …IntRect boundingBox = pixelSnappedIntRect(containingView->contentsToRootView(renderer->absoluteBou… in buildNodeQuads() local
553 …IntRect boundingBox = pixelSnappedIntRect(containingView->contentsToRootView(renderer->absoluteBou… in drawNodeHighlight() local
DInspectorDOMAgent.cpp1362 …IntRect boundingBox = pixelSnappedIntRect(view->contentsToRootView(renderer->absoluteBoundingBoxRe… in getBoxModel() local
/external/chromium_org/chrome/browser/resources/options/chromeos/
Ddisplay_options.js721 var boundingBox = {left: 0, right: 0, top: 0, bottom: 0}; variable
/external/chromium_org/third_party/WebKit/Source/core/dom/
DContainerNode.cpp777 LayoutRect ContainerNode::boundingBox() const in boundingBox() function in WebCore::ContainerNode
DRange.cpp1516 IntRect Range::boundingBox() const in boundingBox() function in WebCore::Range
DNode.cpp616 LayoutRect Node::boundingBox() const in boundingBox() function in WebCore::Node
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DPolygonShape.cpp453 const FloatRect boundingBox = polygon.boundingBox(); in firstIncludedIntervalLogicalTop() local
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXNodeObject.cpp1266 LayoutRect boundingBox; in elementRect() local
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp780 PassRefPtr<ClientRect> Internals::boundingBox(Element* element, ExceptionState& exceptionState) in boundingBox() function in WebCore::Internals

12