Lines Matching refs:maxNumOfPixels
103 int minSideLength, int maxNumOfPixels) { in computeSampleSize() argument
105 maxNumOfPixels); in computeSampleSize()
121 int minSideLength, int maxNumOfPixels) { in computeInitialSampleSize() argument
125 int lowerBound = (maxNumOfPixels == IImage.UNCONSTRAINED) ? 1 : in computeInitialSampleSize()
126 (int) Math.ceil(Math.sqrt(w * h / maxNumOfPixels)); in computeInitialSampleSize()
136 if ((maxNumOfPixels == IImage.UNCONSTRAINED) && in computeInitialSampleSize()
275 public static Bitmap makeBitmap(int minSideLength, int maxNumOfPixels, in makeBitmap() argument
284 return makeBitmap(minSideLength, maxNumOfPixels, uri, cr, input, in makeBitmap()
293 public static Bitmap makeBitmap(int minSideLength, int maxNumOfPixels, in makeBitmap() argument
299 return makeBitmap(minSideLength, maxNumOfPixels, null, null, pfd, in makeBitmap()
303 public static Bitmap makeBitmap(int minSideLength, int maxNumOfPixels, in makeBitmap() argument
319 options, minSideLength, maxNumOfPixels); in makeBitmap()