HomeSort by relevance Sort by last modified time
    Searched refs:newVol (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
streamplayer.cpp 172 const TReal newVol = iVolume;
176 const TReal newvolume = (newVol * max) / newMax;
  /external/jmonkeyengine/engine/src/core/com/jme3/shadow/
ShadowUtil.java 177 BoundingVolume newVol = vol.transform(transform);
179 if (!Float.isNaN(newVol.getCenter().x) && !Float.isInfinite(newVol.getCenter().x)) {
180 bbox.mergeLocal(newVol);

Completed in 224 milliseconds