Home
last modified time | relevance | path

Searched defs:objectBoundingBox (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourcePattern.cpp137 FloatRect objectBoundingBox = object->objectBoundingBox(); in applyResource() local
196 const FloatRect& objectBoundingBox, in calculatePatternBoundaries()
212 FloatRect objectBoundingBox = renderer->objectBoundingBox(); in buildTileImageTransform() local
DRenderSVGGradientStop.h47 virtual FloatRect objectBoundingBox() const OVERRIDE { return FloatRect(); } in objectBoundingBox() function
DRenderSVGInlineText.h51 virtual FloatRect objectBoundingBox() const OVERRIDE { return floatLinesBoundingBox(); } in objectBoundingBox() function
DRenderSVGForeignObject.h43 …virtual FloatRect objectBoundingBox() const OVERRIDE { return FloatRect(FloatPoint(), m_viewport.s… in objectBoundingBox() function
DRenderSVGResourceClipper.cpp86 const AffineTransform& animatedLocalTransform, const FloatRect& objectBoundingBox) { in tryPathOnlyClipping()
328 bool RenderSVGResourceClipper::hitTestClipContent(const FloatRect& objectBoundingBox, const FloatPo… in hitTestClipContent()
369 FloatRect objectBoundingBox = object->objectBoundingBox(); in resourceBoundingBox() local
DRenderSVGText.h77 virtual FloatRect objectBoundingBox() const OVERRIDE { return frameRect(); } in objectBoundingBox() function
DRenderSVGImage.h54 virtual FloatRect objectBoundingBox() const OVERRIDE { return m_objectBoundingBox; } in objectBoundingBox() function
DRenderSVGShape.h97 virtual FloatRect objectBoundingBox() const OVERRIDE FINAL { return m_fillBoundingBox; } in objectBoundingBox() function
DRenderSVGContainer.h65 virtual FloatRect objectBoundingBox() const OVERRIDE FINAL { return m_objectBoundingBox; } in objectBoundingBox() function
DRenderSVGResourceGradient.cpp80 FloatRect objectBoundingBox = object->objectBoundingBox(); in applyResource() local
DRenderSVGRoot.h96 virtual FloatRect objectBoundingBox() const OVERRIDE { return m_objectBoundingBox; } in objectBoundingBox() function
DSVGRenderSupport.cpp120 inline void SVGRenderSupport::updateObjectBoundingBox(FloatRect& objectBoundingBox, bool& objectBou… in updateObjectBoundingBox()
135 …:computeContainerBoundingBoxes(const RenderObject* container, FloatRect& objectBoundingBox, bool& … in computeContainerBoundingBoxes()
DRenderSVGInline.cpp64 FloatRect RenderSVGInline::objectBoundingBox() const in objectBoundingBox() function in WebCore::RenderSVGInline
DRenderSVGResourceMasker.cpp172 FloatRect objectBoundingBox = object->objectBoundingBox(); in resourceBoundingBox() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp3449 FloatRect RenderObject::objectBoundingBox() const in objectBoundingBox() function in WebCore::RenderObject