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

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGContainer.h 57 virtual FloatRect strokeBoundingBox() const { return m_strokeBoundingBox; }
76 FloatRect m_strokeBoundingBox;
RenderSVGRoot.h 73 virtual FloatRect strokeBoundingBox() const { return m_strokeBoundingBox; }
96 FloatRect m_strokeBoundingBox;
RenderSVGContainer.cpp 152 m_strokeBoundingBox = FloatRect();
155 SVGRenderSupport::computeContainerBoundingBoxes(this, m_objectBoundingBox, m_strokeBoundingBox, m_repaintBoundingBox);
RenderSVGRoot.cpp 310 m_strokeBoundingBox = FloatRect();
313 SVGRenderSupport::computeContainerBoundingBoxes(this, m_objectBoundingBox, m_strokeBoundingBox, m_repaintBoundingBox);

Completed in 27 milliseconds