Searched refs:m_paddingBounds (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/shapes/
H A DPolygonShape.h90 , m_paddingBounds(nullptr)
107 mutable OwnPtr<FloatPolygon> m_paddingBounds; member in class:WebCore::PolygonShape
H A DRectangleShape.h84 mutable FloatRoundedRect m_paddingBounds; member in class:WebCore::RectangleShape
H A DRectangleShape.cpp90 m_paddingBounds = m_bounds.paddingBounds(shapePadding());
92 return m_paddingBounds;
H A DPolygonShape.cpp186 if (!m_paddingBounds)
187 m_paddingBounds = computeShapePaddingBounds(m_polygon, shapePadding(), m_polygon.fillRule());
189 return *m_paddingBounds;

Completed in 125 milliseconds