Searched refs:halfHeight (Results 1 – 3 of 3) sorted by relevance
128 int halfHeight = bitmap.getHeight() / 2; in getCroppedBitmap() local130 canvas.drawCircle(halfWidth, halfHeight, Math.max(halfWidth, halfHeight), paint); in getCroppedBitmap()
121 int halfHeight = bitmap.getHeight()/2; in getCroppedBitmap() local123 canvas.drawCircle(halfWidth, halfHeight, Math.max(halfWidth, halfHeight), paint); in getCroppedBitmap()
241 final int halfHeight = height / 2; in calculateInSampleSize() local246 while ((halfHeight / inSampleSize) > reqHeight in calculateInSampleSize()