Home
last modified time | relevance | path

Searched refs:setVelocity (Results 1 – 7 of 7) sorted by relevance

/external/v8/benchmarks/
Dnavier-stokes.js58 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/
DLauncherComponent.java111 object.setVelocity(mLaunchDirection); in fire()
DGameObject.java172 public final void setVelocity(Vector2 velocity) { in setVelocity() method in GameObject
DPhysicsComponent.java120 parentObject.setVelocity(newVelocity); in update()
DHitReactionComponent.java184 parent.setVelocity(newVelocity); in receivedHit()
/external/skia/samplecode/
DSampleLitAtlas.cpp80 fShip.setVelocity(newVel); in thrust()
393 void setVelocity(const SkPoint& velocity) { fVelocity = velocity; } in setVelocity() function in DrawLitAtlasDrawable::ObjectRecord
/external/skqp/samplecode/
DSampleLitAtlas.cpp80 fShip.setVelocity(newVel); in thrust()
393 void setVelocity(const SkPoint& velocity) { fVelocity = velocity; } in setVelocity() function in DrawLitAtlasDrawable::ObjectRecord