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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FloatPoint.cpp 77 void FloatPoint::moveBy(const LayoutPoint& point)
IntPoint.h 60 void moveBy(const IntPoint& offset) { move(offset.x(), offset.y()); }
FloatPoint.h 93 void moveBy(const IntPoint& a)
98 void moveBy(const LayoutPoint&);
99 void moveBy(const FloatPoint& a)
LayoutPoint.h 57 void moveBy(const LayoutPoint& offset) { move(offset.x(), offset.y()); }
FloatRect.h 93 void moveBy(const FloatPoint& delta) { m_location.move(delta.x(), delta.y()); }
IntRect.h 88 void moveBy(const IntPoint& offset) { m_location.move(offset.x(), offset.y()); }
LayoutRect.h 91 void moveBy(const LayoutPoint& offset) { m_location.move(offset.x(), offset.y()); }
  /external/chromium_org/chrome_frame/
html_window_impl.h 362 STDMETHOD(moveBy)(long x, long y) {
  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 247 // Convert to image space before sending to moveBy().
248 moveBy(dx * (mCropRect.width() / r.width()),
268 void moveBy(float dx, float dy) {
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMWindow.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 113 void moveBy(const LayoutPoint& point) { m_rect.moveBy(point); }
281 void moveBy(const LayoutPoint& offset)
283 layerBounds.moveBy(offset);
284 backgroundRect.moveBy(offset);
285 foregroundRect.moveBy(offset);
286 outlineRect.moveBy(offset);
287 paginationClip.moveBy(offset);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 419 milliseconds