Searched refs:m_shapeMargin (Results 1 – 4 of 4) sorted by relevance
47 , m_shapeMargin(RenderStyle::initialShapeMargin()) in StyleRareNonInheritedData()127 , m_shapeMargin(o.m_shapeMargin) in StyleRareNonInheritedData()213 && m_shapeMargin == o.m_shapeMargin in operator ==()
133 Length m_shapeMargin; variable
466 || rareNonInheritedData->m_shapeMargin != other.rareNonInheritedData->m_shapeMargin in diffNeedsFullLayoutAndRepaint()
1468 const Length& shapeMargin() const { return rareNonInheritedData->m_shapeMargin; } in shapeMargin()1469 …void setShapeMargin(const Length& shapeMargin) { SET_VAR(rareNonInheritedData, m_shapeMargin, shap… in setShapeMargin()