HomeSort by relevance Sort by last modified time
    Searched refs:reflectionOffset (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderBox.cpp 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()));
    [all...]
RenderBox.h 230 int reflectionOffset() const;

Completed in 27 milliseconds