Searched refs:m_repaintBoundingBox (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGContainer.cpp | 153 m_repaintBoundingBox = FloatRect(); in updateCachedBoundaries() 155 …omputeContainerBoundingBoxes(this, m_objectBoundingBox, m_strokeBoundingBox, m_repaintBoundingBox); in updateCachedBoundaries() 156 SVGRenderSupport::intersectRepaintRectWithResources(this, m_repaintBoundingBox); in updateCachedBoundaries()
|
D | RenderSVGImage.h | 58 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } in repaintRectInLocalCoordinates() 77 FloatRect m_repaintBoundingBox; variable
|
D | RenderSVGContainer.h | 58 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } in repaintRectInLocalCoordinates() 77 FloatRect m_repaintBoundingBox; variable
|
D | RenderSVGPath.h | 56 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } in repaintRectInLocalCoordinates() 82 FloatRect m_repaintBoundingBox; variable
|
D | RenderSVGRoot.cpp | 311 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()
|
D | RenderSVGRoot.h | 74 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } in repaintRectInLocalCoordinates() 97 FloatRect m_repaintBoundingBox; variable
|
D | RenderSVGImage.cpp | 76 m_repaintBoundingBox = m_objectBoundingBox; in layout() 77 SVGRenderSupport::intersectRepaintRectWithResources(this, m_repaintBoundingBox); in layout()
|
D | RenderSVGPath.cpp | 311 m_repaintBoundingBox = FloatRect(); in updateCachedBoundaries() 334 m_repaintBoundingBox = m_strokeAndMarkerBoundingBox; in updateCachedBoundaries() 335 SVGRenderSupport::intersectRepaintRectWithResources(this, m_repaintBoundingBox); in updateCachedBoundaries()
|