Home
last modified time | relevance | path

Searched defs:strokeBoundingBox (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGGradientStop.h48 virtual FloatRect strokeBoundingBox() const OVERRIDE { return FloatRect(); } in strokeBoundingBox() function
DRenderSVGForeignObject.h44 …virtual FloatRect strokeBoundingBox() const OVERRIDE { return FloatRect(FloatPoint(), m_viewport.s… in strokeBoundingBox() function
DRenderSVGImage.h56 virtual FloatRect strokeBoundingBox() const OVERRIDE { return m_objectBoundingBox; } in strokeBoundingBox() function
DRenderSVGShape.h99 virtual FloatRect strokeBoundingBox() const OVERRIDE FINAL { return m_strokeBoundingBox; } in strokeBoundingBox() function
DRenderSVGContainer.h67 virtual FloatRect strokeBoundingBox() const OVERRIDE FINAL { return m_strokeBoundingBox; } in strokeBoundingBox() function
DRenderSVGPath.cpp56 FloatRect strokeBoundingBox = m_strokeBoundingBox; in calculateUpdatedStrokeBoundingBox() local
DRenderSVGRoot.h98 virtual FloatRect strokeBoundingBox() const OVERRIDE { return m_strokeBoundingBox; } in strokeBoundingBox() function
DRenderSVGInline.cpp72 FloatRect RenderSVGInline::strokeBoundingBox() const in strokeBoundingBox() function in blink::RenderSVGInline
DSVGRenderSupport.cpp121 …, FloatRect& objectBoundingBox, bool& objectBoundingBoxValid, FloatRect& strokeBoundingBox, FloatR… in computeContainerBoundingBoxes()
DRenderSVGText.cpp474 FloatRect RenderSVGText::strokeBoundingBox() const in strokeBoundingBox() function in blink::RenderSVGText
DRenderSVGShape.cpp383 FloatRect strokeBoundingBox = m_fillBoundingBox; in calculateStrokeBoundingBox() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp3060 FloatRect RenderObject::strokeBoundingBox() const in strokeBoundingBox() function in blink::RenderObject