Searched refs:nextPowerOf2 (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DBasicTexture.java81 mTextureWidth = width > 0 ? Utils.nextPowerOf2(width) : 0;
82 mTextureHeight = height > 0 ? Utils.nextPowerOf2(height) : 0;
H A DNinePatchTexture.java265 int textureSize = Utils.nextPowerOf2(source);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DBasicTexture.java81 mTextureWidth = width > 0 ? Utils.nextPowerOf2(width) : 0;
82 mTextureHeight = height > 0 ? Utils.nextPowerOf2(height) : 0;
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DBitmapUtils.java65 ? Utils.nextPowerOf2(initialSize)
112 ? Utils.nextPowerOf2(initialSize)
H A DUtils.java79 public static int nextPowerOf2(int n) { method in class:Utils
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
H A DBitmapUtils.java65 ? Utils.nextPowerOf2(initialSize)
112 ? Utils.nextPowerOf2(initialSize)
H A DUtils.java79 public static int nextPowerOf2(int n) { method in class:Utils
/packages/apps/VideoEditor/src/com/android/videoeditor/util/
H A DImageUtils.java192 scale = nextPowerOf2((int) Math.ceil(scale));
221 private static int nextPowerOf2(int n) { method in class:ImageUtils
/packages/apps/Camera2/src/com/android/camera/crop/
H A DUtils.java79 public static int nextPowerOf2(int n) { method in class:Utils
/packages/apps/LegacyCamera/src/com/android/camera/
H A DUtil.java304 public static int nextPowerOf2(int n) { method in class:Util
/packages/apps/Camera/src/com/android/camera/
H A DUtil.java355 public static int nextPowerOf2(int n) { method in class:Util
/packages/apps/Camera2/src/com/android/camera/util/
H A DCameraUtil.java375 public static int nextPowerOf2(int n) { method in class:CameraUtil

Completed in 621 milliseconds