/external/replicaisland/src/com/replica/replicaisland/ |
D | NPCAnimationComponent.java | 125 final Vector2 velocity = parentObject.getVelocity(); in shouldFall() local 137 final Vector2 velocity = parentObject.getVelocity(); in shouldJump() local 148 final Vector2 velocity = parentObject.getVelocity(); in shouldRun() local 158 final Vector2 velocity = parentObject.getVelocity(); in shouldMove() local 193 final Vector2 velocity = parentObject.getVelocity(); in idle() local 219 final Vector2 velocity = parentObject.getVelocity(); in walk() local 256 final Vector2 velocity = parentObject.getVelocity(); in run() local 292 final Vector2 velocity = parentObject.getVelocity(); in shoot() local 303 final Vector2 velocity = parentObject.getVelocity(); in jumpStart() local 321 final Vector2 velocity = parentObject.getVelocity(); in jumpAir() local
|
D | PhysicsComponent.java | 129 protected void resolveCollision(Vector2 velocity, Vector2 impulse, Vector2 opposingNormal, in resolveCollision() 169 protected void resolveCollision(Vector2 velocity, Vector2 impulse, Vector2 opposingNormal, in resolveCollision()
|
D | Interpolator.java | 106 private float calculateAcceleration(float velocity, float acceleration, float target) { in calculateAcceleration()
|
D | GameObject.java | 172 public final void setVelocity(Vector2 velocity) { in setVelocity()
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/ |
D | FirstPersonCameraController.java | 37 private float velocity = 5; field in FirstPersonCameraController 59 public void setVelocity (float velocity) { in setVelocity()
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/particle/ |
D | ParticleDef.java | 17 public final Vec2 velocity = new Vec2(); field in ParticleDef
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/ |
D | btSolverBody.java | 178 public void getVelocityInLocalPointNoDelta(Vector3 rel_pos, Vector3 velocity) { in getVelocityInLocalPointNoDelta() 182 public void getVelocityInLocalPointObsolete(Vector3 rel_pos, Vector3 velocity) { in getVelocityInLocalPointObsolete() 226 public void internalGetVelocityInLocalPointObsolete(Vector3 rel_pos, Vector3 velocity) { in internalGetVelocityInLocalPointObsolete()
|
D | btCharacterControllerInterface.java | 66 public void setVelocityForTimeInterval(Vector3 velocity, float timeInterval) { in setVelocityForTimeInterval()
|
D | btGeneric6DofSpring2Constraint.java | 212 public void setTargetVelocity(int index, float velocity) { in setTargetVelocity()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_otadata.h | 74 EAS_U8 velocity; /* current volume */ member
|
D | eas_voicemgt.c | 1271 …Mgr, S_SYNTH *pSynth, EAS_I32 voiceNum, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regi… in VMStolenVoice() 1535 …_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regi… in VMCheckPolyphonyLimiting() 1610 …_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regi… in VMStartVoice() 1747 …VMStartNote (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity) in VMStartNote() 1868 … VMStopNote (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity) in VMStopNote()
|
D | eas_dlssynth.c | 185 …Voice, const S_DLS_ARTICULATION *pDLSArt, S_SYNTH_CHANNEL *pChannel, EAS_I32 gain, EAS_U8 velocity) in DLS_UpdateGain()
|
D | eas_imelody.c | 885 EAS_U8 velocity; in IMY_PlayNote() local
|
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/objectal/ |
D | ALListener.java | 185 public native ALVector velocity(); in velocity() method in ALListener
|
D | ALSoundSource.java | 279 ALVector velocity (); in velocity() method
|
D | ALChannelSource.java | 367 public native ALVector velocity(); in velocity() method in ALChannelSource
|
D | ALSource.java | 461 public native ALVector velocity(); in velocity() method in ALSource
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/superkoalio/ |
D | SuperKoalio.java | 61 final Vector2 velocity = new Vector2(); field in SuperKoalio.Koala
|
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/audio/ |
D | OpenALAudio.java | 92 …FloatBuffer velocity = (FloatBuffer)BufferUtils.createFloatBuffer(3).put(new float[] {0.0f, 0.0f, … in OpenALAudio() local
|
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/audio/ |
D | OpenALAudio.java | 115 …FloatBuffer velocity = (FloatBuffer)BufferUtils.createFloatBuffer(3).put(new float[] {0.0f, 0.0f, … in OpenALAudio() local
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Character/ |
D | btKinematicCharacterController.cpp | 567 const btVector3& velocity, in setVelocityForTimeInterval()
|
/external/sonivox/arm-wt-22k/host_src/ |
D | eas_types.h | 241 EAS_U8 velocity; member
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btDbvt.java | 549 public boolean update(btDbvtNode leaf, btDbvtAabbMm volume, Vector3 velocity, float margin) { in update() 553 public boolean update(btDbvtNode leaf, btDbvtAabbMm volume, Vector3 velocity) { in update()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/ |
D | btDbvt.cpp | 529 bool btDbvt::update(btDbvtNode* leaf,btDbvtVolume& volume,const btVector3& velocity,btScalar marg… in update() 539 bool btDbvt::update(btDbvtNode* leaf,btDbvtVolume& volume,const btVector3& velocity) in update()
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/ |
D | ParticleEmitter.java | 538 …float velocity = (particle.velocity + particle.velocityDiff * velocityValue.getScale(percent)) * d… in updateParticle() local 1004 protected float velocity, velocityDiff; field in ParticleEmitter.Particle
|