HomeSort by relevance Sort by last modified time
    Searched refs:move (Results 376 - 400 of 576) sorted by null

<<11121314151617181920>>

  /external/webkit/WebCore/rendering/
RenderInline.cpp 199 // has to move into the inline continuation. Call updateBeforeAfterContent to ensure that our :after
274 // has to move into the inline continuation. Call updateBeforeAfterContent to ensure that the inline's :after
649 rect.move(layer()->relativePositionOffset());
650 rect.move(layoutState->m_offset);
706 rect.move(-containerOffset);
746 transformState.move(offset);
764 transformState.move(containerOffset.width(), containerOffset.height(), preserve3D ? TransformState::AccumulateTransform : TransformState::FlattenTransform);
770 transformState.move(-containerOffset.width(), -containerOffset.height(), preserve3D ? TransformState::AccumulateTransform : TransformState::FlattenTransform);
796 transformState.move(-containerOffset.width(), -containerOffset.height(), preserve3D ? TransformState::AccumulateTransform : TransformState::FlattenTransform);
    [all...]
RenderReplaced.cpp 155 selectionPaintingRect.move(tx, ty);
348 r.move(v->layoutDelta());
RenderWidget.cpp 273 paintRect.move(-paintOffset);
316 absPos.move(borderLeft() + paddingLeft(), borderTop() + paddingTop());
RenderLayerCompositor.cpp 338 boundingBoxRect.move(ancestorRelX, ancestorRelY);
392 unionBounds.move(ancestorRelX, ancestorRelY);
416 compBounds.move(offsetX, offsetY);
    [all...]
  /external/quake/quake/src/QW/client/
common.c 812 void MSG_ReadDeltaUsercmd (usercmd_t *from, usercmd_t *move)
816 memcpy (move, from, sizeof(*move));
822 move->angles[0] = MSG_ReadAngle16 ();
824 move->angles[1] = MSG_ReadAngle16 ();
826 move->angles[2] = MSG_ReadAngle16 ();
830 move->forwardmove = MSG_ReadShort ();
832 move->sidemove = MSG_ReadShort ();
834 move->upmove = MSG_ReadShort ();
838 move->buttons = MSG_ReadByte ()
    [all...]
  /external/webkit/WebCore/platform/image-decoders/bmp/
BMPImageReader.cpp 617 m_coord.move(dx, m_isTopDown ? dy : -dy);
728 m_coord.move(1, 0);
782 m_coord.move(-m_coord.x(), m_isTopDown ? 1 : -1);
BMPImageReader.h 239 // increments the relevant local variables to move the current pixel
256 m_coord.move(1, 0);
261 // also increments the relevant local variables to move the current
  /external/webkit/WebKit/android/nav/
CachedNode.cpp 277 void CachedNode::move(int x, int y) function in class:android::CachedNode
279 mBounds.move(x, y);
285 first->move(x, y);
  /external/webkit/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 382 result.move(originX, originY);
391 result.move(screenPosition.x(), screenPosition.y());
400 result.move(-screenPosition.x(), -screenPosition.y());
  /packages/apps/Mms/src/com/android/mms/util/
Recycler.java 217 // Move to the keep limit and then delete everything older than that one.
218 cursor.move(keep);
357 // Move to the keep limit and then delete everything older than that one.
358 cursor.move(keep);
402 // Move to the keep limit and then delete everything older than that one.
403 cursor.move(keep);
  /dalvik/vm/arch/x86-atom/
Call386ABI.S 144 rep movsl # move %ecx arguments to 8(%esp)
  /external/e2fsprogs/lib/ext2fs/
brel_ma.c 92 brel->move = bma_move;
  /external/libvpx/vp8/encoder/ppc/
sad_altivec.asm 119 ;# move onto the next line
127 ;# move onto the next line
  /external/quake/quake/src/WinQuake/
server.h 244 qboolean SV_movestep (edict_t *ent, vec3_t move, qboolean relink);
  /external/webkit/WebCore/svg/
SVGFont.cpp 555 currentPoint.move(0.0f, identifier.verticalAdvanceY * scale);
557 currentPoint.move(identifier.horizontalAdvanceX * scale, 0.0f);
570 currentPoint.move(0.0f, font.floatWidth(fallbackCharacterRun));
572 currentPoint.move(font.floatWidth(fallbackCharacterRun), 0.0f);
  /external/webkit/WebKit/win/WebCoreSupport/
EmbeddedWidget.cpp 104 m_clipRect.move(-m_windowRect.x(), -m_windowRect.y());
  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 166 * Move the window containing this view.
171 void move(int touchX, int touchY) { method in class:DragView
  /packages/apps/Mms/src/com/android/mms/transaction/
MmsMessageSender.java 88 // Move the message into MMS Outbox
89 p.move(mMessageUri, Mms.Outbox.CONTENT_URI);
  /cts/tools/vm-tests/src/dot/junit/opcodes/monitor_enter/d/
T_monitor_enter_2.d 69 move-exception v4
  /external/icu4c/common/unicode/
utext.h 81 * may move when iterating between characters.
490 * Move the iterator position to the character (code point) whose
593 * Move the iterator postion by delta code points. The number of code points
594 * is a signed number; a negative delta will move the iterator backwards,
603 * @param delta the signed number of code points to move the iteration position.
    [all...]
  /external/webkit/WebCore/platform/
ScrollbarThemeComposite.cpp 167 mousePosition.move(scrollbar->x(), scrollbar->y());
235 result.move(-scrollbar->x(), -scrollbar->y());
  /external/webkit/WebCore/platform/graphics/cg/
ImageCG.cpp 197 subimageRect.move(-leftPadding, -topPadding);
198 adjustedDestRect.move(-leftPadding / xScale, -topPadding / yScale);
  /external/chromium/third_party/icu/source/common/
uiter.cpp 385 return ((CharacterIterator *)(iter->context))->move(delta, (CharacterIterator::EOrigin)origin);
756 /* move relative to unknown UTF-16 index */
774 /* move towards the requested position, pin to the edges of the string */
1047 iter->move(iter, 1, UITER_CURRENT);
1053 iter->move(iter, -1, UITER_CURRENT);
1060 iter->move(iter, 1, UITER_CURRENT);
1077 iter->move(iter, -1, UITER_CURRENT);
1093 iter->move(iter, 1, UITER_CURRENT);
  /external/icu4c/common/
uiter.cpp 385 return ((CharacterIterator *)(iter->context))->move(delta, (CharacterIterator::EOrigin)origin);
756 /* move relative to unknown UTF-16 index */
774 /* move towards the requested position, pin to the edges of the string */
1047 iter->move(iter, 1, UITER_CURRENT);
1053 iter->move(iter, -1, UITER_CURRENT);
1060 iter->move(iter, 1, UITER_CURRENT);
1077 iter->move(iter, -1, UITER_CURRENT);
1093 iter->move(iter, 1, UITER_CURRENT);
  /external/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 113 add r0, r0, r1 ; move to next input line
214 add r0, r0, r1 ; move to next input line
218 sub sp, sp, r4 ; move over to next column

Completed in 2567 milliseconds

<<11121314151617181920>>