UnusedBitmapPool

Created by svennahler on 20.01.17.

open class UnusedBitmapPool

Functions

createBitmap
Link copied to clipboard
open fun createBitmap(size: ImageSize): Bitmap
open fun createBitmap(width: Int, height: Int, config: Config): Bitmap
get
Link copied to clipboard
open fun get(): UnusedBitmapPool
getBitmap
Link copied to clipboard
open fun getBitmap(size: ImageSize): Bitmap
open fun getBitmap(width: Int, height: Int, config: Config): Bitmap
recycle
Link copied to clipboard
open fun recycle(bitmap: Bitmap): UnusedBitmapPool