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.h47 virtual FloatRect strokeBoundingBox() const { return FloatRect(); } in strokeBoundingBox() function
DRenderSVGForeignObject.h46 … virtual FloatRect strokeBoundingBox() const { return FloatRect(FloatPoint(), m_viewport.size()); } in strokeBoundingBox() function
DRenderSVGImage.h56 virtual FloatRect strokeBoundingBox() const { return m_objectBoundingBox; } in strokeBoundingBox() function
DRenderSVGContainer.h63 virtual FloatRect strokeBoundingBox() const OVERRIDE FINAL { return m_strokeBoundingBox; } in strokeBoundingBox() function
DRenderSVGShape.h102 virtual FloatRect strokeBoundingBox() const OVERRIDE FINAL { return m_strokeBoundingBox; } in strokeBoundingBox() function
DRenderSVGPath.cpp56 FloatRect strokeBoundingBox = m_strokeBoundingBox; in calculateUpdatedStrokeBoundingBox() local
DRenderSVGRoot.h89 virtual FloatRect strokeBoundingBox() const { return m_strokeBoundingBox; } in strokeBoundingBox() function
DRenderSVGInline.cpp62 FloatRect RenderSVGInline::strokeBoundingBox() const in strokeBoundingBox() function in WebCore::RenderSVGInline
DSVGRenderSupport.cpp129 …, FloatRect& objectBoundingBox, bool& objectBoundingBoxValid, FloatRect& strokeBoundingBox, FloatR… in computeContainerBoundingBoxes()
DRenderSVGShape.cpp393 FloatRect strokeBoundingBox = m_fillBoundingBox; in calculateStrokeBoundingBox() local
DRenderSVGText.cpp504 FloatRect RenderSVGText::strokeBoundingBox() const in strokeBoundingBox() function in WebCore::RenderSVGText
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp3324 FloatRect RenderObject::strokeBoundingBox() const in strokeBoundingBox() function in WebCore::RenderObject