OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:moveBy
(Results
1 - 25
of
60
) 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); }
240
void
moveBy
(const LayoutPoint& offset)
242
layerBounds.
moveBy
(offset);
243
backgroundRect.
moveBy
(offset);
244
foregroundRect.
moveBy
(offset);
245
outlineRect.
moveBy
(offset);
246
paginationClip.
moveBy
(offset);
RenderHTMLCanvas.cpp
61
contentRect.
moveBy
(paintOffset);
63
paintRect.
moveBy
(paintOffset);
RenderVideo.cpp
161
rect.
moveBy
(paintOffset);
164
contentRect.
moveBy
(paintOffset);
RenderInputSpeech.cpp
83
buttonRect.
moveBy
(rect.location());
RenderDetailsMarker.cpp
123
overflowRect.
moveBy
(boxOrigin);
RenderLayer.cpp
[
all
...]
RenderImage.cpp
381
contentRect.
moveBy
(paintOffset);
383
paintRect.
moveBy
(paintOffset);
456
repaintRect.
moveBy
(-absoluteContentBox().location());
RenderTextControlSingleLine.cpp
86
contentsRect.
moveBy
(paintOffset + location());
293
clipRect.
moveBy
(additionalOffset);
EllipsisBox.cpp
179
boxOrigin.
moveBy
(accumulatedOffset);
RenderEmbeddedObject.cpp
167
contentRect.
moveBy
(roundedIntPoint(accumulatedOffset));
RenderLayerRepainter.cpp
179
absRect.
moveBy
(delta);
RenderListMarker.cpp
[
all
...]
/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
94
void
moveBy
(const IntPoint& a)
99
void
moveBy
(const LayoutPoint&);
100
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
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()); }
LayoutPoint.h
57
void
moveBy
(const LayoutPoint& offset) { move(offset.x(), offset.y()); }
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h
222
newPoint.
moveBy
(child->location());
231
newPoint.
moveBy
(-child->location());
ScrollView.cpp
895
documentDirtyRect.
moveBy
(-location());
899
documentDirtyRect.
moveBy
(scrollPosition());
[
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
240
drawingRect.
moveBy
(roundedIntPoint(paintOffset));
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInlineText.cpp
169
absolutePoint.
moveBy
(containingBlock->location());
RenderSVGModelObject.cpp
82
rect.
moveBy
(roundedIntPoint(accumulatedOffset));
Completed in 146 milliseconds
1
2
3