Searched defs:Bitmap (Results 1 – 3 of 3) sorted by relevance
103 private fun Bitmap.toDrawable(): Drawable { in <lambda>() method
147 private fun Bitmap.toDrawable(): Drawable { in <lambda>() method
105 private fun Bitmap.use(block: (Bitmap) -> Unit) = in Bitmap() method