Home
last modified time | relevance | path

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

/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/android/style/
DPlaceholderSpan.android.kt190 internal fun Float.ceilToInt(): Int = ceil(this).toInt() method
/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/
DParagraph.kt655 internal fun Float.ceilToInt(): Int = ceil(this).toInt() method