HomeSort by relevance Sort by last modified time
    Searched refs:readFloat (Results 1 - 25 of 200) sorted by null

1 2 3 4 5 6 7 8

  /external/webkit/Source/WebCore/svg/
SVGPathByteStreamSource.cpp 65 x = readFloat();
71 y = readFloat();
105 rx = readFloat();
106 ry = readFloat();
107 angle = readFloat();
  /frameworks/base/core/java/android/gesture/
GesturePoint.java 40 final float x = in.readFloat();
41 final float y = in.readFloat();
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SliderJoint.java 462 float dampingDirAng = capsule.readFloat("dampingDirAng", 0f);
463 float dampingDirLin = capsule.readFloat("dampingDirLin", 0f);
464 float dampingLimAng = capsule.readFloat("dampingLimAng", 0f);
465 float dampingLimLin = capsule.readFloat("dampingLimLin", 0f);
466 float dampingOrthoAng = capsule.readFloat("dampingOrthoAng", 0f);
467 float dampingOrthoLin = capsule.readFloat("dampingOrthoLin", 0f);
468 float lowerAngLimit = capsule.readFloat("lowerAngLimit", 0f);
469 float lowerLinLimit = capsule.readFloat("lowerLinLimit", 0f);
470 float maxAngMotorForce = capsule.readFloat("maxAngMotorForce", 0f);
471 float maxLinMotorForce = capsule.readFloat("maxLinMotorForce", 0f)
    [all...]
HingeJoint.java 167 float lowerLimit = capsule.readFloat("lowerLimit", 1e30f);
168 float upperLimit = capsule.readFloat("upperLimit", -1e30f);
170 this.biasFactor = capsule.readFloat("biasFactor", 0.3f);
171 this.relaxationFactor = capsule.readFloat("relaxationFactor", 1f);
172 this.limitSoftness = capsule.readFloat("limitSoftness", 0.9f);
175 float targetVelocity = capsule.readFloat("targetVelocity", 0.0f);
176 float maxMotorImpulse = capsule.readFloat("maxMotorImpulse", 0.0f);
SixDofJoint.java 181 rotationalLimitMotor.setBounce(capsule.readFloat("rotMotor" + i + "_Bounce", 0.0f));
182 rotationalLimitMotor.setDamping(capsule.readFloat("rotMotor" + i + "_Damping", 1.0f));
183 rotationalLimitMotor.setERP(capsule.readFloat("rotMotor" + i + "_ERP", 0.5f));
184 rotationalLimitMotor.setHiLimit(capsule.readFloat("rotMotor" + i + "_HiLimit", Float.POSITIVE_INFINITY));
185 rotationalLimitMotor.setLimitSoftness(capsule.readFloat("rotMotor" + i + "_LimitSoftness", 0.5f));
186 rotationalLimitMotor.setLoLimit(capsule.readFloat("rotMotor" + i + "_LoLimit", Float.NEGATIVE_INFINITY));
187 rotationalLimitMotor.setMaxLimitForce(capsule.readFloat("rotMotor" + i + "_MaxLimitForce", 300.0f));
188 rotationalLimitMotor.setMaxMotorForce(capsule.readFloat("rotMotor" + i + "_MaxMotorForce", 0.1f));
189 rotationalLimitMotor.setTargetVelocity(capsule.readFloat("rotMotor" + i + "_TargetVelocity", 0));
193 getTranslationalLimitMotor().setDamping(capsule.readFloat("transMotor_Damping", 1.0f))
    [all...]
Point2PointJoint.java 115 setDamping(cap.readFloat("damping", 1.0f));
116 setDamping(cap.readFloat("tau", 0.3f));
117 setDamping(cap.readFloat("impulseClamp", 0f));
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SliderJoint.java 350 float dampingDirAng = capsule.readFloat("dampingDirAng", 0f);
351 float dampingDirLin = capsule.readFloat("dampingDirLin", 0f);
352 float dampingLimAng = capsule.readFloat("dampingLimAng", 0f);
353 float dampingLimLin = capsule.readFloat("dampingLimLin", 0f);
354 float dampingOrthoAng = capsule.readFloat("dampingOrthoAng", 0f);
355 float dampingOrthoLin = capsule.readFloat("dampingOrthoLin", 0f);
356 float lowerAngLimit = capsule.readFloat("lowerAngLimit", 0f);
357 float lowerLinLimit = capsule.readFloat("lowerLinLimit", 0f);
358 float maxAngMotorForce = capsule.readFloat("maxAngMotorForce", 0f);
359 float maxLinMotorForce = capsule.readFloat("maxLinMotorForce", 0f)
    [all...]
HingeJoint.java 135 float lowerLimit = capsule.readFloat("lowerLimit", 1e30f);
136 float upperLimit = capsule.readFloat("upperLimit", -1e30f);
138 this.biasFactor = capsule.readFloat("biasFactor", 0.3f);
139 this.relaxationFactor = capsule.readFloat("relaxationFactor", 1f);
140 this.limitSoftness = capsule.readFloat("limitSoftness", 0.9f);
143 float targetVelocity=capsule.readFloat("targetVelocity", 0.0f);
144 float maxMotorImpulse=capsule.readFloat("maxMotorImpulse", 0.0f);
Point2PointJoint.java 103 setDamping(cap.readFloat("damping", 1.0f));
104 setDamping(cap.readFloat("tau", 0.3f));
105 setDamping(cap.readFloat("impulseClamp", 0f));
SixDofJoint.java 179 rotationalLimitMotor.setBounce(capsule.readFloat("rotMotor" + i + "_Bounce", 0.0f));
180 rotationalLimitMotor.setDamping(capsule.readFloat("rotMotor" + i + "_Damping", 1.0f));
181 rotationalLimitMotor.setERP(capsule.readFloat("rotMotor" + i + "_ERP", 0.5f));
182 rotationalLimitMotor.setHiLimit(capsule.readFloat("rotMotor" + i + "_HiLimit", Float.POSITIVE_INFINITY));
183 rotationalLimitMotor.setLimitSoftness(capsule.readFloat("rotMotor" + i + "_LimitSoftness", 0.5f));
184 rotationalLimitMotor.setLoLimit(capsule.readFloat("rotMotor" + i + "_LoLimit", Float.NEGATIVE_INFINITY));
185 rotationalLimitMotor.setMaxLimitForce(capsule.readFloat("rotMotor" + i + "_MaxLimitForce", 300.0f));
186 rotationalLimitMotor.setMaxMotorForce(capsule.readFloat("rotMotor" + i + "_MaxMotorForce", 0.1f));
187 rotationalLimitMotor.setTargetVelocity(capsule.readFloat("rotMotor" + i + "_TargetVelocity", 0));
191 getTranslationalLimitMotor().setDamping(capsule.readFloat("transMotor_Damping", 1.0f))
    [all...]
  /libcore/luni/src/main/java/java/io/
DataInput.java 107 public abstract float readFloat() throws IOException;
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
ConeCollisionShape.java 58 radius = capsule.readFloat("radius", 0.5f);
59 radius = capsule.readFloat("height", 0.5f);
60 radius = capsule.readFloat("axis", 0.5f);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
ConeCollisionShape.java 60 radius = capsule.readFloat("radius", 0.5f);
61 radius = capsule.readFloat("height", 0.5f);
62 radius = capsule.readFloat("axis", 0.5f);
  /frameworks/base/core/java/android/view/
MagnificationSpec.java 105 scale = parcel.readFloat();
106 offsetX = parcel.readFloat();
107 offsetY = parcel.readFloat();
  /external/guava/guava/src/com/google/common/io/
ByteArrayDataInput.java 43 @Override float readFloat();
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
LowPassFilter.java 91 volume = ic.readFloat("volume", 0);
92 highFreqVolume = ic.readFloat("hf_volume", 0);
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsCharacter.java 300 stepHeight = capsule.readFloat("stepHeight", 1.0f);
302 setGravity(capsule.readFloat("gravity", 9.8f * 3));
303 setMaxSlope(capsule.readFloat("maxSlope", 1.0f));
304 setFallSpeed(capsule.readFloat("fallSpeed", 55.0f));
305 setJumpSpeed(capsule.readFloat("jumpSpeed", 10.0f));
307 setCcdMotionThreshold(capsule.readFloat("ccdMotionThreshold", 0));
308 setCcdSweptSphereRadius(capsule.readFloat("ccdSweptSphereRadius", 0));
VehicleWheel.java 371 suspensionStiffness = capsule.readFloat("suspensionStiffness", 20.0f);
372 wheelsDampingRelaxation = capsule.readFloat("wheelsDampingRelaxation", 2.3f);
373 wheelsDampingCompression = capsule.readFloat("wheelsDampingCompression", 4.4f);
374 frictionSlip = capsule.readFloat("frictionSlip", 10.5f);
375 rollInfluence = capsule.readFloat("rollInfluence", 1.0f);
376 maxSuspensionTravelCm = capsule.readFloat("maxSuspensionTravelCm", 500f);
377 maxSuspensionForce = capsule.readFloat("maxSuspensionForce", 6000f);
378 radius = capsule.readFloat("wheelRadius", 0.5f);
379 restLength = capsule.readFloat("restLength", 1f);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsCharacter.java 278 stepHeight = capsule.readFloat("stepHeight", 1.0f);
281 setGravity(capsule.readFloat("gravity", 9.8f * 3));
282 setMaxSlope(capsule.readFloat("maxSlope", 1.0f));
283 setFallSpeed(capsule.readFloat("fallSpeed", 55.0f));
284 setJumpSpeed(capsule.readFloat("jumpSpeed", 10.0f));
286 setCcdMotionThreshold(capsule.readFloat("ccdMotionThreshold", 0));
287 setCcdSweptSphereRadius(capsule.readFloat("ccdSweptSphereRadius", 0));
VehicleWheel.java 351 suspensionStiffness = capsule.readFloat("suspensionStiffness", 20.0f);
352 wheelsDampingRelaxation = capsule.readFloat("wheelsDampingRelaxation", 2.3f);
353 wheelsDampingCompression = capsule.readFloat("wheelsDampingCompression", 4.4f);
354 frictionSlip = capsule.readFloat("frictionSlip", 10.5f);
355 rollInfluence = capsule.readFloat("rollInfluence", 1.0f);
356 maxSuspensionTravelCm = capsule.readFloat("maxSuspensionTravelCm", 500f);
357 maxSuspensionForce = capsule.readFloat("maxSuspensionForce", 6000f);
358 radius = capsule.readFloat("wheelRadius", 0.5f);
359 restLength = capsule.readFloat("restLength", 1f);
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/influencers/
NewtonianParticleInfluencer.java 138 normalVelocity = ic.readFloat("normalVelocity", 0.0f);
139 surfaceTangentFactor = ic.readFloat("surfaceTangentFactor", 0.0f);
140 surfaceTangentRotation = ic.readFloat("surfaceTangentRotation", 0.0f);
  /external/jmonkeyengine/engine/src/core/com/jme3/light/
SpotLight.java 207 spotInnerAngle = ic.readFloat("spotInnerAngle", FastMath.QUARTER_PI / 8);
208 spotOuterAngle = ic.readFloat("spotOuterAngle", FastMath.QUARTER_PI / 6);
211 spotRange = ic.readFloat("spotRange", 100);
  /frameworks/native/libs/gui/
LayerState.cpp 49 x = input.readFloat();
50 y = input.readFloat();
55 alpha = input.readFloat();
  /external/emma/core/java12/com/vladium/jcd/cls/constant/
CONSTANT_Float_info.java 74 m_value = bytes.readFloat ();
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
WaterFilter.java 350 speed = ic.readFloat("speed", 1f);
353 waterHeight = ic.readFloat("waterHeight", 0.0f);
358 waterTransparency = ic.readFloat("waterTransparency", 0.1f);
359 maxAmplitude = ic.readFloat("maxAmplitude", 1.5f);
360 shoreHardness = ic.readFloat("shoreHardness", 0.1f);
363 foamIntensity = ic.readFloat("foamIntensity", 0.5f);
364 foamHardness = ic.readFloat("foamHardness", 1.0f);
367 waveScale = ic.readFloat("waveScale", 0.005f);
369 sunScale = ic.readFloat("sunScale", 3.0f);
370 shininess = ic.readFloat("shininess", 0.7f)
    [all...]

Completed in 387 milliseconds

1 2 3 4 5 6 7 8