Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
DBasicTexture.java78 mTextureWidth = width > 0 ? Utils.nextPowerOf2(width) : 0; in setSize()
79 mTextureHeight = height > 0 ? Utils.nextPowerOf2(height) : 0; in setSize()
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DBasicTexture.java81 mTextureWidth = width > 0 ? Utils.nextPowerOf2(width) : 0; in setSize()
82 mTextureHeight = height > 0 ? Utils.nextPowerOf2(height) : 0; in setSize()
DNinePatchTexture.java265 int textureSize = Utils.nextPowerOf2(source); in stretch()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBitmapUtils.java64 ? Utils.nextPowerOf2(initialSize) in computeSampleSize()
111 ? Utils.nextPowerOf2(initialSize) in computeSampleSize()
DUtils.java79 public static int nextPowerOf2(int n) { in nextPowerOf2() method in Utils
/packages/apps/WallpaperPicker/src/com/android/gallery3d/common/
DUtils.java41 public static int nextPowerOf2(int n) { in nextPowerOf2() method in Utils
/packages/apps/LegacyCamera/src/com/android/camera/
DUtil.java304 public static int nextPowerOf2(int n) { in nextPowerOf2() method in Util
/packages/apps/Camera2/src/com/android/camera/util/
DCameraUtil.java342 public static int nextPowerOf2(int n) { in nextPowerOf2() method in CameraUtil