OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reflectionOffset
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp
708
result.move(0, box.height() +
reflectionOffset
());
711
result.move(0, -box.height() -
reflectionOffset
());
714
result.move(-box.width() -
reflectionOffset
(), 0);
717
result.move(box.width() +
reflectionOffset
(), 0);
723
int RenderBox::
reflectionOffset
() const
742
result.setY(box.maxY() +
reflectionOffset
() + (box.maxY() - r.maxY()));
745
result.setY(box.y() -
reflectionOffset
() - box.height() + (box.maxY() - r.maxY()));
748
result.setX(box.x() -
reflectionOffset
() - box.width() + (box.maxX() - r.maxX()));
751
result.setX(box.maxX() +
reflectionOffset
() + (box.maxX() - r.maxX()));
[
all
...]
RenderBox.h
311
int
reflectionOffset
() const;
[
all
...]
Completed in 337 milliseconds