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
315 private fun Bitmap.writeToDevice(fileType: OutputFileType, goldenIdentifier: String): File { in Bitmap() method502 fun Bitmap.assertAgainstGolden( in assertAgainstGolden() method