Searched defs:MutableRect (Results 1 – 1 of 1) sorted by relevance
34 class MutableRect(var left: Float, var top: Float, var right: Float, var bottom: Float) { class200 fun MutableRect.toRect(): Rect = Rect(left, top, right, bottom) method211 fun MutableRect(offset: Offset, size: Size): MutableRect = method221 fun MutableRect(topLeft: Offset, bottomRight: Offset): MutableRect = method230 fun MutableRect(center: Offset, radius: Float): MutableRect = method