CloseableReference<Bitmap>
|
createBitmap(int[] colors, int width, int height, Bitmap.Config config, Object callerContext)
Creates a bitmap with the specified width and height.
|
CloseableReference<Bitmap>
|
createBitmap(Bitmap source, Object callerContext)
Creates a bitmap from the specified source bitmap.
|
CloseableReference<Bitmap>
|
createBitmap(int width, int height, Object callerContext)
Creates a bitmap of the specified width and height.
|
CloseableReference<Bitmap>
|
createBitmap(DisplayMetrics display, int[] colors, int width, int height, Bitmap.Config config, Object callerContext)
Creates a bitmap with the specified width and height.
|
CloseableReference<Bitmap>
|
createBitmap(int width, int height)
Creates a bitmap of the specified width and height.
|
CloseableReference<Bitmap>
|
createBitmap(Bitmap source, int x, int y, int width, int height, Matrix matrix, boolean filter, Object callerContext)
Creates a bitmap from subset of the source bitmap, transformed by the optional matrix.
|
CloseableReference<Bitmap>
|
createBitmap(Bitmap source, int x, int y, int width, int height, Matrix matrix, boolean filter)
Creates a bitmap from subset of the source bitmap, transformed by the optional matrix.
|
CloseableReference<Bitmap>
|
createBitmap(DisplayMetrics display, int[] colors, int offset, int stride, int width, int height, Bitmap.Config config)
Creates a bitmap with the specified width and height.
|
CloseableReference<Bitmap>
|
createBitmap(DisplayMetrics display, int[] colors, int width, int height, Bitmap.Config config)
Creates a bitmap with the specified width and height.
|
CloseableReference<Bitmap>
|
createBitmap(Bitmap source, int x, int y, int width, int height, Object callerContext)
Creates a bitmap from the specified subset of the source bitmap.
|
CloseableReference<Bitmap>
|
createBitmap(Bitmap source, int x, int y, int width, int height)
Creates a bitmap from the specified subset of the source bitmap.
|
CloseableReference<Bitmap>
|
createBitmap(int width, int height, Bitmap.Config bitmapConfig)
Creates a bitmap of the specified width and height.
|
CloseableReference<Bitmap>
|
createBitmap(Bitmap source)
Creates a bitmap from the specified source bitmap.
|
CloseableReference<Bitmap>
|
createBitmap(int width, int height, Bitmap.Config bitmapConfig, Object callerContext)
Creates a bitmap of the specified width and height.
|
CloseableReference<Bitmap>
|
createBitmap(DisplayMetrics display, int width, int height, Bitmap.Config config, Object callerContext)
Creates a bitmap with the specified width and height.
|
CloseableReference<Bitmap>
|
createBitmap(DisplayMetrics display, int width, int height, Bitmap.Config config)
Creates a bitmap with the specified width and height.
|
CloseableReference<Bitmap>
|
createBitmap(int[] colors, int width, int height, Bitmap.Config config)
Creates a bitmap with the specified width and height.
|
CloseableReference<Bitmap>
|
createBitmap(DisplayMetrics display, int[] colors, int offset, int stride, int width, int height, Bitmap.Config config, Object callerContext)
Creates a bitmap with the specified width and height.
|
abstract
CloseableReference<Bitmap>
|
createBitmapInternal(int width, int height, Bitmap.Config bitmapConfig)
Creates a bitmap of the specified width and height.
|
CloseableReference<Bitmap>
|
createScaledBitmap(Bitmap source, int destinationWidth, int destinationHeight, boolean filter)
Creates a bitmap from the specified source scaled to have the height and width as specified.
|
CloseableReference<Bitmap>
|
createScaledBitmap(Bitmap source, int destinationWidth, int destinationHeight, boolean filter, Object callerContext)
Creates a bitmap from the specified source scaled to have the height and width as specified.
|