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

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGInline.cpp54 FloatRect RenderSVGInline::strokeBoundingBox() const function in class:WebCore::RenderSVGInline
57 return object->strokeBoundingBox();
91 FloatRect textBoundingBox = object->strokeBoundingBox();
H A DRenderSVGGradientStop.h48 virtual FloatRect strokeBoundingBox() const { return FloatRect(); } function in class:WebCore::RenderSVGGradientStop
H A DRenderSVGInline.h45 virtual FloatRect strokeBoundingBox() const;
H A DRenderSVGContainer.h57 virtual FloatRect strokeBoundingBox() const { return m_strokeBoundingBox; } function in class:WebCore::RenderSVGContainer
H A DRenderSVGForeignObject.h49 virtual FloatRect strokeBoundingBox() const { return m_viewport; } function in class:WebCore::RenderSVGForeignObject
H A DRenderSVGImage.h57 virtual FloatRect strokeBoundingBox() const { return m_objectBoundingBox; } function in class:WebCore::RenderSVGImage
H A DRenderSVGModelObject.cpp81 quads.append(localToAbsoluteQuad(strokeBoundingBox()));
H A DSVGRenderSupport.h60 static void computeContainerBoundingBoxes(const RenderObject* container, FloatRect& objectBoundingBox, FloatRect& strokeBoundingBox, FloatRect& repaintBoundingBox);
H A DSVGRenderSupport.cpp163 void SVGRenderSupport::computeContainerBoundingBoxes(const RenderObject* container, FloatRect& objectBoundingBox, FloatRect& strokeBoundingBox, FloatRect& repaintBoundingBox) argument
172 strokeBoundingBox.unite(current->strokeBoundingBox());
176 strokeBoundingBox.unite(transform.mapRect(current->strokeBoundingBox()));
H A DRenderSVGPath.h55 virtual FloatRect strokeBoundingBox() const { return m_strokeAndMarkerBoundingBox; } function in class:WebCore::RenderSVGPath
H A DRenderSVGText.h71 virtual FloatRect strokeBoundingBox() const;
H A DRenderSVGText.cpp229 quads.append(localToAbsoluteQuad(strokeBoundingBox()));
249 FloatRect RenderSVGText::strokeBoundingBox() const function in class:WebCore::RenderSVGText
264 FloatRect repaintRect = strokeBoundingBox();
H A DRenderSVGRoot.h73 virtual FloatRect strokeBoundingBox() const { return m_strokeBoundingBox; } function in class:WebCore::RenderSVGRoot
H A DRenderSVGResourceFilter.cpp178 FloatRect drawingRegion = object->strokeBoundingBox();
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.h366 virtual FloatRect strokeBoundingBox() const;
H A DRenderObject.cpp2630 FloatRect RenderObject::strokeBoundingBox() const function in class:WebCore::RenderObject

Completed in 6459 milliseconds