Searched refs:opt2 (Results 1 – 1 of 1) sorted by relevance
196 BitmapFactory.Options opt2 = new BitmapFactory.Options(); in rotateAndScaleImage() local197 opt2.inSampleSize = (int) scale; in rotateAndScaleImage()198 final Bitmap scaledBmp = BitmapFactory.decodeFile(inputFilename, opt2); in rotateAndScaleImage()