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

  /external/webkit/WebCore/rendering/
RenderBox.cpp 354 result.move(0, box.height() + reflectionOffset());
357 result.move(0, -box.height() - reflectionOffset());
360 result.move(-box.width() - reflectionOffset(), 0);
363 result.move(box.width() + reflectionOffset(), 0);
369 int RenderBox::reflectionOffset() const
387 result.setY(box.bottom() + reflectionOffset() + (box.bottom() - r.bottom()));
390 result.setY(box.y() - reflectionOffset() - box.height() + (box.bottom() - r.bottom()));
393 result.setX(box.x() - reflectionOffset() - box.width() + (box.right() - r.right()));
396 result.setX(box.right() + reflectionOffset() + (box.right() - r.right()));
    [all...]
RenderBox.h 158 int reflectionOffset() const;

Completed in 24 milliseconds