Home
last modified time | relevance | path

Searched defs:move (Results 1 – 25 of 90) sorted by relevance

1234

/external/webkit/Source/WebCore/platform/graphics/
DFloatQuad.h97 void move(const FloatSize& offset) in move() function
105 void move(float dx, float dy) in move() function
DIntPoint.h92 void move(const IntSize& s) { move(s.width(), s.height()); } in move() function
93 void move(int dx, int dy) { m_x += dx; m_y += dy; } in move() function
DFloatRect.h107 void move(const FloatSize& delta) { m_location += delta; } in move() function
108 void move(float dx, float dy) { m_location.move(dx, dy); } in move() function
DIntRect.h110 void move(const IntSize& s) { m_location += s; } in move() function
111 void move(int dx, int dy) { m_location.move(dx, dy); } in move() function
DFloatPoint.h88 void move(float dx, float dy) in move() function
/external/clang/test/CodeGenObjCXX/
Darc-move.mm30 typename remove_reference<T>::type&& move(T &&x) { function
/external/quake/quake/src/QW/server/
Dsv_phys.c428 qboolean SV_Push (edict_t *pusher, vec3_t move) in SV_Push()
555 vec3_t move; in SV_PushMove() local
582 vec3_t oldorg, move; in SV_Physics_Pusher() local
715 vec3_t move; in SV_Physics_Toss() local
Dsv_move.c110 qboolean SV_movestep (edict_t *ent, vec3_t move, qboolean relink) in SV_movestep()
235 vec3_t move, oldorigin; in SV_StepDirection() local
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
Dp2.cpp5 namespace move { namespace
/external/quake/quake/src/WinQuake/
Dsv_move.cpp110 qboolean SV_movestep (edict_t *ent, vec3_t move, qboolean relink) in SV_movestep()
235 vec3_t move, oldorigin; in SV_StepDirection() local
Dsv_phys.cpp443 vec3_t mins, maxs, move; in SV_PushMove() local
570 vec3_t move, a, amove; in SV_PushRotate() local
1248 vec3_t move; in SV_Physics_Toss() local
1572 vec3_t move; in SV_Trace_Toss() local
/external/javassist/sample/duplicate/
DBall.java35 public void move(int x, int y) { in move() method in Ball
/external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
DComboMoveExecution.java50 public ComboMoveExecution(ComboMove move){ in ComboMoveExecution()
/external/v8/src/mips/
Dlithium-gap-resolver-mips.cc50 LMoveOperands move = moves_[i]; in Resolve() local
82 LMoveOperands move = moves->at(i); in BuildInitialMoveList() local
/external/v8/src/arm/
Dlithium-gap-resolver-arm.cc49 LMoveOperands move = moves_[i]; in Resolve() local
81 LMoveOperands move = moves->at(i); in BuildInitialMoveList() local
/external/webkit/Source/WebCore/html/
DDataGridColumnList.cpp94 void DataGridColumnList::move(DataGridColumn* col, unsigned long index) in move() function in WebCore::DataGridColumnList
/external/webkit/Source/WebCore/rendering/
DTransformState.cpp31 void TransformState::move(int x, int y, TransformAccumulation accumulate) in move() function in WebCore::TransformState
/external/v8/src/x64/
Dlithium-gap-resolver-x64.cc48 LMoveOperands move = moves_[i]; in Resolve() local
76 LMoveOperands move = moves->at(i); in BuildInitialMoveList() local
/external/v8/src/ia32/
Dlithium-gap-resolver-ia32.cc52 LMoveOperands move = moves_[i]; in Resolve() local
81 LMoveOperands move = moves->at(i); in BuildInitialMoveList() local
153 void LGapResolver::AddMove(LMoveOperands move) { in AddMove()
/external/webkit/Source/WebCore/platform/
DWidget.h167 void move(int x, int y) { setFrameRect(IntRect(x, y, width(), height())); } in move() function
168 void move(const IntPoint& p) { setFrameRect(IntRect(p, size())); } in move() function
/external/clang/test/SemaCXX/
Dconstexpr-turing.cpp30 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move() function
Drval-references-examples.cpp43 template <class T> typename remove_reference<T>::type&& move(T&& t) { in move() function
/external/chromium/googleurl/base/
Dstring16.h110 static char_type* move(char_type* s1, const char_type* s2, int_type n) { in move() function
/external/chromium/base/
Dstring16.h97 static char_type* move(char_type* s1, const char_type* s2, int_type n) { in move() function
/external/webkit/Source/WebKit/chromium/public/
DWebFileSystem.h57 …virtual void move(const WebString& srcPath, const WebString& destPath, WebFileSystemCallbacks*) { … in move() function

1234