OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newHighValue
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
ScaledNumericValue.java
16
public float
newHighValue
() {
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
ParticleEmitter.java
348
emissionDiff = (int)emissionValue.
newHighValue
();
352
lifeDiff = (int)lifeValue.
newHighValue
();
356
lifeOffsetDiff = (int)lifeOffsetValue.
newHighValue
();
360
spawnWidthDiff = spawnWidthValue.
newHighValue
();
364
spawnHeightDiff = spawnHeightValue.
newHighValue
();
395
particle.velocityDiff = velocityValue.
newHighValue
();
400
particle.angleDiff = angleValue.
newHighValue
();
412
particle.scaleDiff = scaleValue.
newHighValue
() / spriteWidth;
418
particle.rotationDiff = rotationValue.
newHighValue
();
427
particle.windDiff = windValue.
newHighValue
();
[
all
...]
Completed in 3059 milliseconds