Searched defs:strokeBoundingBox (Results 1 - 7 of 7) sorted by relevance

/external/webkit/WebCore/rendering/
H A DSVGRenderSupport.h57 virtual FloatRect strokeBoundingBox() const { return FloatRect(); } function in class:WebCore::SVGRenderBase
H A DRenderForeignObject.h49 virtual FloatRect strokeBoundingBox() const { return borderBoxRect(); } function in class:WebCore::RenderForeignObject
H A DRenderSVGImage.h49 virtual FloatRect strokeBoundingBox() const { return m_localBounds; } function in class:WebCore::RenderSVGImage
H A DRenderSVGRoot.h63 virtual FloatRect strokeBoundingBox() const { return computeContainerBoundingBox(this, true); } function in class:WebCore::RenderSVGRoot
H A DRenderSVGContainer.cpp139 FloatRect RenderSVGContainer::strokeBoundingBox() const function in class:WebCore::RenderSVGContainer
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();

Completed in 97 milliseconds