Searched defs:Bitmap (Results 1 – 4 of 4) sorted by relevance
39 fun Bitmap.columnColor(x: Int): List<Color> = (0 until height).map { y -> getColor(x, y) } in darkerThan() method56 private fun Bitmap.isBlack(): Boolean { in darkerThan() method
114 private fun Bitmap.writeTo(path: Path) { in <lambda>() method
154 private fun Bitmap.writeToDevice( in Bitmap() method
423 fun Bitmap.assertAgainstGolden( in assertAgainstGolden() method