Searched refs:getBitmapSize (Results 1 – 2 of 2) sorted by relevance
634 int size = CropMath.getBitmapSize(image); in getDownsampledBitmap()645 if (CropMath.getBitmapSize(ret) > max_size) { in getDownsampledBitmap()
233 public static int getBitmapSize(Bitmap bmap) { in getBitmapSize() method in CropMath