Home
last modified time | relevance | path

Searched refs:m_strokeBoundingBox (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGEllipse.cpp52 m_strokeBoundingBox = FloatRect(); in updateShapeFromElement()
71 m_strokeBoundingBox = m_fillBoundingBox; in updateShapeFromElement()
73 m_strokeBoundingBox.inflate(strokeWidth() / 2); in updateShapeFromElement()
DRenderSVGContainer.h63 virtual FloatRect strokeBoundingBox() const OVERRIDE FINAL { return m_strokeBoundingBox; } in strokeBoundingBox()
85 FloatRect m_strokeBoundingBox; variable
DRenderSVGShape.h81 FloatRect m_strokeBoundingBox; variable
102 virtual FloatRect strokeBoundingBox() const OVERRIDE FINAL { return m_strokeBoundingBox; } in strokeBoundingBox()
DRenderSVGRoot.h89 virtual FloatRect strokeBoundingBox() const { return m_strokeBoundingBox; } in strokeBoundingBox()
110 FloatRect m_strokeBoundingBox; variable
DRenderSVGPath.cpp51 m_strokeBoundingBox = calculateUpdatedStrokeBoundingBox(); in updateShapeFromElement()
56 FloatRect strokeBoundingBox = m_strokeBoundingBox; in calculateUpdatedStrokeBoundingBox()
DRenderSVGRect.cpp82 m_strokeBoundingBox = m_outerStrokeRect; in updateShapeFromElement()
DRenderSVGContainer.cpp167 …BoundingBoxes(this, m_objectBoundingBox, m_objectBoundingBoxValid, m_strokeBoundingBox, m_repaintB… in updateCachedBoundaries()
DRenderSVGRoot.cpp389 …BoundingBoxes(this, m_objectBoundingBox, m_objectBoundingBoxValid, m_strokeBoundingBox, m_repaintB… in updateCachedBoundaries()
DRenderSVGShape.cpp72 m_strokeBoundingBox = calculateStrokeBoundingBox(); in updateShapeFromElement()