Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGContainer.cpp153 m_repaintBoundingBox = FloatRect(); in updateCachedBoundaries()
155 …omputeContainerBoundingBoxes(this, m_objectBoundingBox, m_strokeBoundingBox, m_repaintBoundingBox); in updateCachedBoundaries()
156 SVGRenderSupport::intersectRepaintRectWithResources(this, m_repaintBoundingBox); in updateCachedBoundaries()
DRenderSVGImage.h58 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } in repaintRectInLocalCoordinates()
77 FloatRect m_repaintBoundingBox; variable
DRenderSVGContainer.h58 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } in repaintRectInLocalCoordinates()
77 FloatRect m_repaintBoundingBox; variable
DRenderSVGPath.h56 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } in repaintRectInLocalCoordinates()
82 FloatRect m_repaintBoundingBox; variable
DRenderSVGRoot.cpp311 m_repaintBoundingBox = FloatRect(); in updateCachedBoundaries()
313 …omputeContainerBoundingBoxes(this, m_objectBoundingBox, m_strokeBoundingBox, m_repaintBoundingBox); in updateCachedBoundaries()
314 SVGRenderSupport::intersectRepaintRectWithResources(this, m_repaintBoundingBox); in updateCachedBoundaries()
315 m_repaintBoundingBox.inflate(borderAndPaddingWidth()); in updateCachedBoundaries()
DRenderSVGRoot.h74 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } in repaintRectInLocalCoordinates()
97 FloatRect m_repaintBoundingBox; variable
DRenderSVGImage.cpp76 m_repaintBoundingBox = m_objectBoundingBox; in layout()
77 SVGRenderSupport::intersectRepaintRectWithResources(this, m_repaintBoundingBox); in layout()
DRenderSVGPath.cpp311 m_repaintBoundingBox = FloatRect(); in updateCachedBoundaries()
334 m_repaintBoundingBox = m_strokeAndMarkerBoundingBox; in updateCachedBoundaries()
335 SVGRenderSupport::intersectRepaintRectWithResources(this, m_repaintBoundingBox); in updateCachedBoundaries()