Home
last modified time | relevance | path

Searched refs:nextPowerOf2 (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DBasicTexture.java78 mTextureWidth = Utils.nextPowerOf2(width); in setSize()
79 mTextureHeight = Utils.nextPowerOf2(height); in setSize()
DNinePatchTexture.java265 int textureSize = Utils.nextPowerOf2(source); in stretch()
/packages/apps/Gallery2/tests/src/com/android/gallery3d/common/
DUtilsTest.java159 assertEquals(a[i], Utils.nextPowerOf2(q[i])); in testNextPowerOf2()
166 Utils.nextPowerOf2(v); in testNextPowerOf2()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBitmapUtils.java65 ? Utils.nextPowerOf2(initialSize) in computeSampleSize()
112 ? Utils.nextPowerOf2(initialSize) in computeSampleSize()
DUtils.java78 public static int nextPowerOf2(int n) { in nextPowerOf2() method in Utils
/packages/apps/VideoEditor/src/com/android/videoeditor/util/
DImageUtils.java192 scale = nextPowerOf2((int) Math.ceil(scale)); in rotateAndScaleImage()
221 private static int nextPowerOf2(int n) { in nextPowerOf2() method in ImageUtils
/packages/apps/LegacyCamera/src/com/android/camera/
DUtil.java304 public static int nextPowerOf2(int n) { in nextPowerOf2() method in Util
/packages/apps/Camera/src/com/android/camera/
DUtil.java290 public static int nextPowerOf2(int n) { in nextPowerOf2() method in Util