Home | History | Annotate | Download | only in rendering

Lines Matching defs:shapeOutside

2473         if (ShapeOutsideInfo* shapeOutside = childBox->shapeOutsideInfo())
2474 shapeOutside->setReferenceBoxLogicalSize(logicalSizeForChild(childBox));
2606 ShapeOutsideInfo* shapeOutside = floatingObject->renderer()->shapeOutsideInfo();
2607 if (shapeOutside && (offsetMode == ShapeOutsideFloatShapeOffset)) {
2608 LayoutUnit shapeLogicalBottom = logicalTopForFloat(floatingObject) + marginBeforeForChild(floatingObject->renderer()) + shapeOutside->shapeLogicalBottom();