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 359 result.move(0, box.height() + reflectionOffset());
362 result.move(0, -box.height() - reflectionOffset());
365 result.move(-box.width() - reflectionOffset(), 0);
368 result.move(box.width() + reflectionOffset(), 0);
374 int RenderBox::reflectionOffset() const
392 result.setY(box.bottom() + reflectionOffset() + (box.bottom() - r.bottom()));
395 result.setY(box.y() - reflectionOffset() - box.height() + (box.bottom() - r.bottom()));
398 result.setX(box.x() - reflectionOffset() - box.width() + (box.right() - r.right()));
401 result.setX(box.right() + reflectionOffset() + (box.right() - r.right()));
    [all...]
RenderBox.h 158 int reflectionOffset() const;

Completed in 29 milliseconds