Searched refs:roundedTrueCrop (Results 1 – 1 of 1) sorted by relevance
471 Rect roundedTrueCrop = new Rect(); in doInBackground() local472 trueCrop.roundOut(roundedTrueCrop); in doInBackground()474 if (roundedTrueCrop.width() <= 0 || roundedTrueCrop.height() <= 0) { in doInBackground()493 crop = decoder.decodeRegion(roundedTrueCrop, options); in doInBackground()505 crop = Bitmap.createBitmap(fullSize, roundedTrueCrop.left, in doInBackground()506 roundedTrueCrop.top, roundedTrueCrop.width(), in doInBackground()507 roundedTrueCrop.height()); in doInBackground()