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

  /external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
MipMapGenerator.java 64 int potWidth = FastMath.nearestPowerOfTwo(image.getWidth());
65 int potHeight = FastMath.nearestPowerOfTwo(image.getHeight());
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
TextureUtil.java 94 width = FastMath.nearestPowerOfTwo(width);
95 height = FastMath.nearestPowerOfTwo(height);
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
FastMath.java 90 public static int nearestPowerOfTwo(int number) {
    [all...]

Completed in 145 milliseconds