Searched refs:shifts (Results 1 – 2 of 2) sorted by relevance
633 int shifts = 0; in getDownsampledBitmap() local636 shifts++; in getDownsampledBitmap()639 Bitmap ret = Bitmap.createScaledBitmap(image, image.getWidth() >> shifts, in getDownsampledBitmap()640 image.getHeight() >> shifts, true); in getDownsampledBitmap()