Searched refs:scaledBm (Results 1 – 1 of 1) sorted by relevance
68 Bitmap scaledBm = bm; in scaleBitmap() local73 scaledBm = Bitmap.createScaledBitmap(scaledBm, scaleWidth * 2, scaleHeight * 2, true); in scaleBitmap()78 .createScaledBitmap(scaledBm, scaleWidth, scaleHeight, true); in scaleBitmap()79 if (scaledBm != bm) { in scaleBitmap()80 scaledBm.recycle(); in scaleBitmap()82 scaledBm = newScaledBitmap; in scaleBitmap()84 return scaledBm; in scaleBitmap()