public static Bitmap createBitmap(Bitmap src)
public static Bitmap createBitmap(Bitmap source, int x, int y, int width, int height)
public static Bitmap createBitmap(Bitmap source, int x, int y, int width, int height,
Matrix m, boolean filter)
public static Bitmap createBitmap(int width, int height, Config config)
public static Bitmap createBitmap(DisplayMetrics display, int width,
int height, Config config)
public static Bitmap createBitmap(int colors[], int offset, int stride,
int width, int height, Config config)
public static Bitmap createBitmap(DisplayMetrics display, int colors[],
int offset, int stride, int width, int height, Config config)
public static Bitmap createBitmap(int colors[], int width, int height, Config config)
public static Bitmap createBitmap(DisplayMetrics display, int colors[],
int width, int height, Config config)
public static Bitmap createScaledBitmap(Bitmap src, int dstWidth, int dstHeight,
boolean filter)
public static Bitmap decodeStream(InputStream is)
public static Bitmap decodeFile(String pathName)
public static Bitmap decodeResource(Resources res, int id)
public static Bitmap decodeByteArray(byte[] data, int offset, int length)
public static Bitmap decodeFileDescriptor(FileDescriptor fd)