Home | History | Annotate | Download | only in rendering

Lines Matching refs:reflectionOffset

539             result.move(0, box.height() + reflectionOffset());
542 result.move(0, -box.height() - reflectionOffset());
545 result.move(-box.width() - reflectionOffset(), 0);
548 result.move(box.width() + reflectionOffset(), 0);
554 int RenderBox::reflectionOffset() const
572 result.setY(box.maxY() + reflectionOffset() + (box.maxY() - r.maxY()));
575 result.setY(box.y() - reflectionOffset() - box.height() + (box.maxY() - r.maxY()));
578 result.setX(box.x() - reflectionOffset() - box.width() + (box.maxX() - r.maxX()));
581 result.setX(box.maxX() + reflectionOffset() + (box.maxX() - r.maxX()));