Home | History | Annotate | Download | only in rendering

Lines Matching defs:shapeOutside

223     const ShapeValue* shapeOutside = style.shapeOutside();
224 const ShapeValue* oldShapeOutside = oldStyle ? oldStyle->shapeOutside() : RenderStyle::initialShapeOutside();
233 if (shapeOutside == oldShapeOutside && shapeMargin == oldShapeMargin && shapeImageThreshold == oldShapeImageThreshold)
236 if (!shapeOutside)
241 if (shapeOutside || shapeOutside != oldShapeOutside)
1153 if (childStyle->visibility() != VISIBLE || childStyle->shapeOutside())
1267 ShapeValue* shapeOutsideValue = style()->shapeOutside();