Home
last modified time | relevance | path

Searched defs:IntSize (Results 1 – 1 of 1) sorted by relevance

/compose/ui/ui-unit/src/commonMain/kotlin/androidx/compose/ui/unit/
DIntSize.kt30 @Stable inline fun IntSize(width: Int, height: Int): IntSize = IntSize(packInts(width, height)) in IntSize() method
88 fun IntSize.toIntRect(): IntRect { in times() method
96 val IntSize.center: IntOffset constant