Searched defs:Bitmap (Results 1 – 2 of 2) 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
329 private fun Bitmap.writeToDevice(fileType: OutputFileType, goldenIdentifier: String): File { in <lambda>() method504 fun Bitmap.assertAgainstGolden( in assertAgainstGolden() method