Searched defs:IntSize (Results 1 – 1 of 1) sorted by relevance
30 @Stable inline fun IntSize(width: Int, height: Int): IntSize = IntSize(packInts(width, height)) in IntSize() method88 fun IntSize.toIntRect(): IntRect { in times() method96 val IntSize.center: IntOffset constant