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.cpp145 FloatRect objectBoundingBox = object->objectBoundingBox(); in applyResource() local
203 const FloatRect& objectBoundingBox, in calculatePatternBoundaries()
219 FloatRect objectBoundingBox = renderer->objectBoundingBox(); in buildTileImageTransform() local
DRenderSVGGradientStop.h46 virtual FloatRect objectBoundingBox() const { return FloatRect(); } in objectBoundingBox() function
DRenderSVGInlineText.h53 virtual FloatRect objectBoundingBox() const { return floatLinesBoundingBox(); } in objectBoundingBox() function
DRenderSVGResourceClipper.cpp85 const AffineTransform& animatedLocalTransform, const FloatRect& objectBoundingBox) { in tryPathOnlyClipping()
325 bool RenderSVGResourceClipper::hitTestClipContent(const FloatRect& objectBoundingBox, const FloatPo… in hitTestClipContent()
366 FloatRect objectBoundingBox = object->objectBoundingBox(); in resourceBoundingBox() local
DRenderSVGForeignObject.h45 … virtual FloatRect objectBoundingBox() const { return FloatRect(FloatPoint(), m_viewport.size()); } in objectBoundingBox() function
DRenderSVGImage.h55 virtual FloatRect objectBoundingBox() const { return m_objectBoundingBox; } in objectBoundingBox() function
DRenderSVGText.h83 virtual FloatRect objectBoundingBox() const { return frameRect(); } in objectBoundingBox() function
DRenderSVGContainer.h62 virtual FloatRect objectBoundingBox() const OVERRIDE FINAL { return m_objectBoundingBox; } in objectBoundingBox() function
DRenderSVGShape.h101 virtual FloatRect objectBoundingBox() const OVERRIDE FINAL { return m_fillBoundingBox; } in objectBoundingBox() function
DRenderSVGResourceGradient.cpp80 FloatRect objectBoundingBox = object->objectBoundingBox(); in applyResource() local
DRenderSVGRoot.h88 virtual FloatRect objectBoundingBox() const { return m_objectBoundingBox; } in objectBoundingBox() function
DSVGRenderSupport.cpp114 static inline void updateObjectBoundingBox(FloatRect& objectBoundingBox, bool& objectBoundingBoxVal… in updateObjectBoundingBox()
129 …:computeContainerBoundingBoxes(const RenderObject* container, FloatRect& objectBoundingBox, bool& … in computeContainerBoundingBoxes()
DRenderSVGInline.cpp54 FloatRect RenderSVGInline::objectBoundingBox() const in objectBoundingBox() function in WebCore::RenderSVGInline
DRenderSVGResourceMasker.cpp169 FloatRect objectBoundingBox = object->objectBoundingBox(); in resourceBoundingBox() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp3318 FloatRect RenderObject::objectBoundingBox() const in objectBoundingBox() function in WebCore::RenderObject