Searched refs:m_strokeBoundingBox (Results 1 – 9 of 9) sorted by relevance
52 m_strokeBoundingBox = FloatRect(); in updateShapeFromElement()73 m_strokeBoundingBox = m_fillBoundingBox; in updateShapeFromElement()75 m_strokeBoundingBox.inflate(strokeWidth() / 2); in updateShapeFromElement()
67 virtual FloatRect strokeBoundingBox() const OVERRIDE FINAL { return m_strokeBoundingBox; } in strokeBoundingBox()89 FloatRect m_strokeBoundingBox; variable
78 FloatRect m_strokeBoundingBox; variable99 virtual FloatRect strokeBoundingBox() const OVERRIDE FINAL { return m_strokeBoundingBox; } in strokeBoundingBox()
51 m_strokeBoundingBox = calculateUpdatedStrokeBoundingBox(); in updateShapeFromElement()56 FloatRect strokeBoundingBox = m_strokeBoundingBox; in calculateUpdatedStrokeBoundingBox()
98 virtual FloatRect strokeBoundingBox() const OVERRIDE { return m_strokeBoundingBox; } in strokeBoundingBox()120 FloatRect m_strokeBoundingBox; variable
86 m_strokeBoundingBox = m_outerStrokeRect; in updateShapeFromElement()
166 …BoundingBoxes(this, m_objectBoundingBox, m_objectBoundingBoxValid, m_strokeBoundingBox, m_paintInv… in updateCachedBoundaries()
411 …BoundingBoxes(this, m_objectBoundingBox, m_objectBoundingBoxValid, m_strokeBoundingBox, m_paintInv… in updateCachedBoundaries()
70 m_strokeBoundingBox = calculateStrokeBoundingBox(); in updateShapeFromElement()