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()
73 m_strokeBoundingBox = m_fillBoundingBox; in updateShapeFromElement()
75 m_strokeBoundingBox.inflate(strokeWidth() / 2); in updateShapeFromElement()
DRenderSVGContainer.h67 virtual FloatRect strokeBoundingBox() const OVERRIDE FINAL { return m_strokeBoundingBox; } in strokeBoundingBox()
89 FloatRect m_strokeBoundingBox; variable
DRenderSVGShape.h78 FloatRect m_strokeBoundingBox; variable
99 virtual FloatRect strokeBoundingBox() const OVERRIDE FINAL { return m_strokeBoundingBox; } in strokeBoundingBox()
DRenderSVGPath.cpp51 m_strokeBoundingBox = calculateUpdatedStrokeBoundingBox(); in updateShapeFromElement()
56 FloatRect strokeBoundingBox = m_strokeBoundingBox; in calculateUpdatedStrokeBoundingBox()
DRenderSVGRoot.h98 virtual FloatRect strokeBoundingBox() const OVERRIDE { return m_strokeBoundingBox; } in strokeBoundingBox()
120 FloatRect m_strokeBoundingBox; variable
DRenderSVGRect.cpp86 m_strokeBoundingBox = m_outerStrokeRect; in updateShapeFromElement()
DRenderSVGContainer.cpp166 …BoundingBoxes(this, m_objectBoundingBox, m_objectBoundingBoxValid, m_strokeBoundingBox, m_paintInv… in updateCachedBoundaries()
DRenderSVGRoot.cpp411 …BoundingBoxes(this, m_objectBoundingBox, m_objectBoundingBoxValid, m_strokeBoundingBox, m_paintInv… in updateCachedBoundaries()
DRenderSVGShape.cpp70 m_strokeBoundingBox = calculateStrokeBoundingBox(); in updateShapeFromElement()