HomeSort by relevance Sort by last modified time
    Searched refs:moveBy (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ClipRect.h 72 void moveBy(const LayoutPoint& point) { m_rect.moveBy(point); }
247 void moveBy(const LayoutPoint& offset)
249 layerBounds.moveBy(offset);
250 backgroundRect.moveBy(offset);
251 foregroundRect.moveBy(offset);
252 outlineRect.moveBy(offset);
253 paginationClip.moveBy(offset);
RenderHTMLCanvas.cpp 57 contentRect.moveBy(paintOffset);
59 paintRect.moveBy(paintOffset);
RenderVideo.cpp 159 rect.moveBy(paintOffset);
162 contentRect.moveBy(paintOffset);
EllipsisBox.cpp 43 boxOrigin.moveBy(FloatPoint(paintOffset));
175 boxOrigin.moveBy(accumulatedOffset);
RenderLayerClipper.cpp 154 clipRect.moveBy(-clippingRootOffset);
201 layerBoundsWithVisualOverflow.moveBy(offset);
206 bounds.moveBy(offset);
RenderDetailsMarker.cpp 124 overflowRect.moveBy(boxOrigin);
RenderImage.cpp 358 contentRect.moveBy(paintOffset);
360 paintRect.moveBy(paintOffset);
433 repaintRect.moveBy(-absoluteContentBox().location());
RenderFlowThread.cpp 403 fragmentRect.moveBy(fragment.paginationOffset);
504 blockRect.moveBy(currentBlockLocation);
RenderTextControlSingleLine.cpp 84 contentsRect.moveBy(paintOffset + location());
284 clipRect.moveBy(additionalOffset);
RenderLayer.cpp 688 point.moveBy(-repaintContainer->groupedMapping()->squashingOffsetFromTransformedAncestor());
719 rect.moveBy(-repaintContainer->groupedMapping()->squashingOffsetFromTransformedAncestor());
    [all...]
RenderEmbeddedObject.cpp 165 contentRect.moveBy(roundedIntPoint(accumulatedOffset));
RenderLayerRepainter.cpp 198 absRect.moveBy(delta);
  /external/chromium_org/third_party/WebKit/Source/web/
FindInPageCoordinates.cpp 87 normalizedRect.moveBy(-containerRect.location());
117 normalizedRect.moveBy(normalizedBoxRect.location());
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatPoint.h 90 void moveBy(const IntPoint& a)
95 void moveBy(const LayoutPoint&);
96 void moveBy(const FloatPoint& a)
FloatPoint.cpp 81 void FloatPoint::moveBy(const LayoutPoint& point)
IntPoint.h 59 void moveBy(const IntPoint& offset) { move(offset.x(), offset.y()); }
FloatRect.h 91 void moveBy(const FloatPoint& delta) { m_location.move(delta.x(), delta.y()); }
IntRect.h 87 void moveBy(const IntPoint& offset) { m_location.move(offset.x(), offset.y()); }
LayoutPoint.h 57 void moveBy(const LayoutPoint& offset) { move(offset.x(), offset.y()); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGModelObject.cpp 76 rect.moveBy(roundedIntPoint(accumulatedOffset));
RenderSVGInlineText.cpp 169 absolutePoint.moveBy(containingBlock->location());
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h 214 newPoint.moveBy(child->location());
223 newPoint.moveBy(-child->location());
ScrollView.cpp 877 documentDirtyRect.moveBy(-location());
881 documentDirtyRect.moveBy(scrollPosition());
898 scrollViewDirtyRect.moveBy(-location());
    [all...]
  /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/editing/
Caret.cpp 246 drawingRect.moveBy(roundedIntPoint(paintOffset));

Completed in 584 milliseconds

1 2 3