Searched refs:setVelocity (Results 1 – 7 of 7) sorted by relevance
/external/v8/benchmarks/ |
D | navier-stokes.js | 58 field.setVelocity(i, i, n, n); 60 field.setVelocity(i, n - i, -n, -n); 62 field.setVelocity(128 - i, n + i, -n, -n); 309 this.setVelocity = function(x, y, xv, yv) { method in FluidField.Field
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | LauncherComponent.java | 111 object.setVelocity(mLaunchDirection); in fire()
|
D | GameObject.java | 172 public final void setVelocity(Vector2 velocity) { in setVelocity() method in GameObject
|
D | PhysicsComponent.java | 120 parentObject.setVelocity(newVelocity); in update()
|
D | HitReactionComponent.java | 184 parent.setVelocity(newVelocity); in receivedHit()
|
/external/skia/samplecode/ |
D | SampleLitAtlas.cpp | 80 fShip.setVelocity(newVel); in thrust() 393 void setVelocity(const SkPoint& velocity) { fVelocity = velocity; } in setVelocity() function in DrawLitAtlasDrawable::ObjectRecord
|
/external/skqp/samplecode/ |
D | SampleLitAtlas.cpp | 80 fShip.setVelocity(newVel); in thrust() 393 void setVelocity(const SkPoint& velocity) { fVelocity = velocity; } in setVelocity() function in DrawLitAtlasDrawable::ObjectRecord
|