Searched defs:intersection (Results 1 – 2 of 2) sorted by relevance
56 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() method109 val intersection = Region(this) in coversAtLeast() constant119 val intersection = Region(this) in Region() constant
337 val intersection = Region(region) in <lambda>() constant357 val intersection = Region(region) in <lambda>() constant376 val intersection = Region(region) in <lambda>() constant