HomeSort by relevance Sort by last modified time
    Searched defs:moveBy (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LayerFragment.h 49 void moveBy(const LayoutPoint& offset)
51 layerBounds.moveBy(offset);
52 backgroundRect.moveBy(offset);
53 foregroundRect.moveBy(offset);
54 outlineRect.moveBy(offset);
55 paginationClip.moveBy(offset);
ClipRect.h 66 void moveBy(const LayoutPoint& point) { m_rect.moveBy(point); }
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatPoint.cpp 81 void FloatPoint::moveBy(const LayoutPoint& point)
IntPoint.h 59 void moveBy(const IntPoint& offset) { move(offset.x(), offset.y()); }
FloatPoint.h 90 void moveBy(const IntPoint& a)
95 void moveBy(const LayoutPoint&);
96 void moveBy(const FloatPoint& a)
LayoutPoint.h 57 void moveBy(const LayoutPoint& offset) { move(offset.x(), offset.y()); }
FloatRect.h 90 void moveBy(const FloatPoint& delta) { m_location.move(delta.x(), delta.y()); }