Searched defs:Bitmap (Results 1 – 8 of 8) sorted by relevance
31 fun Bitmap.asImageBitmap(): ImageBitmap = AndroidImageBitmap(this) in asImageBitmap() method
733 fun Bitmap.assertTriangle(innerColor: Color, outerColor: Color) { in Bitmap() method753 fun Bitmap.assertInvertedTriangle(innerColor: Color, outerColor: Color) { in Bitmap() method773 fun Bitmap.assertColor(expectedColor: Color, x: Int, y: Int) { in Bitmap() method
234 fun Bitmap.color(x: Int, y: Int): Color = Color(getPixel(x, y)) method
324 private fun Bitmap.hasShadow() { in Bitmap() method
270 private fun Bitmap.uniquePixels(): Set<Int> = buildSet { in SemanticsNodeInteraction() method
333 private fun Bitmap.assertRect(rect: Rect, color: Color) { in <lambda>() method
844 fun Bitmap.assertRect( in Bitmap() method
3811 fun Bitmap.assertRect( in Bitmap() method