Searched defs:Point (Results 1 – 4 of 4) sorted by relevance
22 fun Point(point: Point) { in Point() method26 fun MockViewValidator.Point(point: Point) { in Point() method
3 data class Point(val x: Int, val y: Int) { class
217 fun Point.toIntOffset() = IntOffset(x, y) method
31 message Point { message