Searched refs:m_repaintBoundingBox (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGContainer.h58 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; }
77 FloatRect m_repaintBoundingBox; member in class:WebCore::RenderSVGContainer
H A DRenderSVGImage.h58 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; }
77 FloatRect m_repaintBoundingBox; member in class:WebCore::RenderSVGImage
H A DRenderSVGContainer.cpp153 m_repaintBoundingBox = FloatRect();
155 SVGRenderSupport::computeContainerBoundingBoxes(this, m_objectBoundingBox, m_strokeBoundingBox, m_repaintBoundingBox);
156 SVGRenderSupport::intersectRepaintRectWithResources(this, m_repaintBoundingBox);
H A DRenderSVGPath.h56 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; }
82 FloatRect m_repaintBoundingBox; member in class:WebCore::RenderSVGPath
H A DRenderSVGRoot.h74 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; }
97 FloatRect m_repaintBoundingBox; member in class:WebCore::RenderSVGRoot
H A DRenderSVGImage.cpp76 m_repaintBoundingBox = m_objectBoundingBox;
77 SVGRenderSupport::intersectRepaintRectWithResources(this, m_repaintBoundingBox);
H A DRenderSVGRoot.cpp311 m_repaintBoundingBox = FloatRect();
313 SVGRenderSupport::computeContainerBoundingBoxes(this, m_objectBoundingBox, m_strokeBoundingBox, m_repaintBoundingBox);
314 SVGRenderSupport::intersectRepaintRectWithResources(this, m_repaintBoundingBox);
315 m_repaintBoundingBox.inflate(borderAndPaddingWidth());
H A DRenderSVGPath.cpp311 m_repaintBoundingBox = FloatRect();
334 m_repaintBoundingBox = m_strokeAndMarkerBoundingBox;
335 SVGRenderSupport::intersectRepaintRectWithResources(this, m_repaintBoundingBox);

Completed in 65 milliseconds