Searched refs:nextPowerOf2 (Results 1 – 8 of 8) sorted by relevance
78 mTextureWidth = Utils.nextPowerOf2(width); in setSize()79 mTextureHeight = Utils.nextPowerOf2(height); in setSize()
265 int textureSize = Utils.nextPowerOf2(source); in stretch()
159 assertEquals(a[i], Utils.nextPowerOf2(q[i])); in testNextPowerOf2()166 Utils.nextPowerOf2(v); in testNextPowerOf2()
65 ? Utils.nextPowerOf2(initialSize) in computeSampleSize()112 ? Utils.nextPowerOf2(initialSize) in computeSampleSize()
78 public static int nextPowerOf2(int n) { in nextPowerOf2() method in Utils
192 scale = nextPowerOf2((int) Math.ceil(scale)); in rotateAndScaleImage()221 private static int nextPowerOf2(int n) { in nextPowerOf2() method in ImageUtils
304 public static int nextPowerOf2(int n) { in nextPowerOf2() method in Util
290 public static int nextPowerOf2(int n) { in nextPowerOf2() method in Util