Searched refs:m_strokeBoundingBox (Results 1 – 9 of 9) sorted by relevance
52 m_strokeBoundingBox = FloatRect(); in updateShapeFromElement()71 m_strokeBoundingBox = m_fillBoundingBox; in updateShapeFromElement()73 m_strokeBoundingBox.inflate(strokeWidth() / 2); in updateShapeFromElement()
63 virtual FloatRect strokeBoundingBox() const OVERRIDE FINAL { return m_strokeBoundingBox; } in strokeBoundingBox()85 FloatRect m_strokeBoundingBox; variable
81 FloatRect m_strokeBoundingBox; variable102 virtual FloatRect strokeBoundingBox() const OVERRIDE FINAL { return m_strokeBoundingBox; } in strokeBoundingBox()
89 virtual FloatRect strokeBoundingBox() const { return m_strokeBoundingBox; } in strokeBoundingBox()110 FloatRect m_strokeBoundingBox; variable
51 m_strokeBoundingBox = calculateUpdatedStrokeBoundingBox(); in updateShapeFromElement()56 FloatRect strokeBoundingBox = m_strokeBoundingBox; in calculateUpdatedStrokeBoundingBox()
82 m_strokeBoundingBox = m_outerStrokeRect; in updateShapeFromElement()
167 …BoundingBoxes(this, m_objectBoundingBox, m_objectBoundingBoxValid, m_strokeBoundingBox, m_repaintB… in updateCachedBoundaries()
389 …BoundingBoxes(this, m_objectBoundingBox, m_objectBoundingBoxValid, m_strokeBoundingBox, m_repaintB… in updateCachedBoundaries()
72 m_strokeBoundingBox = calculateStrokeBoundingBox(); in updateShapeFromElement()