Searched defs:Rect (Results 1 – 3 of 3) sorted by relevance
36 fun Rect.crop(crop: Rect): Rect = this.toRectF().crop(crop.toRectF()).toRect() in emptyColor() method56 fun Rect.intersection(r: Rect): Rect = intersection(r.left, r.top, r.right, r.bottom) in Rect() method70 fun Rect.intersection(left: Int, top: Int, right: Int, bottom: Int): Rect { in Rect() method
25 fun Rect.asDataPoint() = DataPointTypes.rect.makeDataPoint(this) in <lambda>() method
75 private val Rect.area in <lambda>() constant