HomeSort by relevance Sort by last modified time
    Searched refs:m_repaintBoundingBox (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGContainer.h 58 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; }
77 FloatRect m_repaintBoundingBox;
RenderSVGImage.h 58 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; }
77 FloatRect m_repaintBoundingBox;
RenderSVGPath.h 56 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; }
82 FloatRect m_repaintBoundingBox;
RenderSVGContainer.cpp 153 m_repaintBoundingBox = FloatRect();
155 SVGRenderSupport::computeContainerBoundingBoxes(this, m_objectBoundingBox, m_strokeBoundingBox, m_repaintBoundingBox);
156 SVGRenderSupport::intersectRepaintRectWithResources(this, m_repaintBoundingBox);
RenderSVGRoot.h 74 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; }
97 FloatRect m_repaintBoundingBox;
RenderSVGImage.cpp 76 m_repaintBoundingBox = m_objectBoundingBox;
77 SVGRenderSupport::intersectRepaintRectWithResources(this, m_repaintBoundingBox);
RenderSVGRoot.cpp 311 m_repaintBoundingBox = FloatRect();
313 SVGRenderSupport::computeContainerBoundingBoxes(this, m_objectBoundingBox, m_strokeBoundingBox, m_repaintBoundingBox);
314 SVGRenderSupport::intersectRepaintRectWithResources(this, m_repaintBoundingBox);
315 m_repaintBoundingBox.inflate(borderAndPaddingWidth());
RenderSVGPath.cpp 311 m_repaintBoundingBox = FloatRect();
334 m_repaintBoundingBox = m_strokeAndMarkerBoundingBox;
335 SVGRenderSupport::intersectRepaintRectWithResources(this, m_repaintBoundingBox);

Completed in 491 milliseconds