Lines Matching full:bitmap
35 import android.graphics.Bitmap;
77 public static final Bitmap resizeBitmap(Bitmap bitmap, int maxSize) {
78 int srcWidth = bitmap.getWidth();
79 int srcHeight = bitmap.getHeight();
95 Bitmap retVal = Bitmap.createScaledBitmap(bitmap, width, height, true);
98 return bitmap;
260 * bitmap.
268 * generates a smaller bitmap, unless minSideLength = IImage.UNCONSTRAINED.