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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp 631 result.move(0, box.height() + reflectionOffset());
634 result.move(0, -box.height() - reflectionOffset());
637 result.move(-box.width() - reflectionOffset(), 0);
640 result.move(box.width() + reflectionOffset(), 0);
646 int RenderBox::reflectionOffset() const
665 result.setY(box.maxY() + reflectionOffset() + (box.maxY() - r.maxY()));
668 result.setY(box.y() - reflectionOffset() - box.height() + (box.maxY() - r.maxY()));
671 result.setX(box.x() - reflectionOffset() - box.width() + (box.maxX() - r.maxX()));
674 result.setX(box.maxX() + reflectionOffset() + (box.maxX() - r.maxX()));
    [all...]
RenderBox.h 300 int reflectionOffset() const;
    [all...]

Completed in 36 milliseconds