Searched refs:strokeBoundingBox (Results 1 - 11 of 11) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderForeignObject.h49 virtual FloatRect strokeBoundingBox() const { return borderBoxRect(); } function in class:WebCore::RenderForeignObject
H A DRenderPath.h51 virtual FloatRect strokeBoundingBox() const;
H A DRenderSVGContainer.h59 virtual FloatRect strokeBoundingBox() const;
H A DRenderSVGImage.h49 virtual FloatRect strokeBoundingBox() const { return m_localBounds; } function in class:WebCore::RenderSVGImage
H A DRenderSVGText.h65 virtual FloatRect strokeBoundingBox() const;
H A DSVGRenderSupport.h57 virtual FloatRect strokeBoundingBox() const { return FloatRect(); } function in class:WebCore::SVGRenderBase
H A DRenderSVGRoot.h63 virtual FloatRect strokeBoundingBox() const { return computeContainerBoundingBox(this, true); } function in class:WebCore::RenderSVGRoot
H A DRenderPath.cpp116 FloatRect RenderPath::strokeBoundingBox() const function in class:WebCore::RenderPath
159 m_cachedLocalRepaintRect = strokeBoundingBox();
H A DRenderSVGText.cpp184 FloatRect RenderSVGText::strokeBoundingBox() const function in class:WebCore::RenderSVGText
210 FloatRect repaintRect = strokeBoundingBox();
H A DRenderSVGContainer.cpp139 FloatRect RenderSVGContainer::strokeBoundingBox() const function in class:WebCore::RenderSVGContainer
/external/webkit/WebCore/svg/graphics/
H A DSVGResourceFilter.cpp101 FloatRect paintRect = renderer->strokeBoundingBox();

Completed in 26 milliseconds