Home
last modified time | relevance | path

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

/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/
DParagraph.kt117 fun getLineBottom(lineIndex: Int): Float method
DTextLayoutResult.kt408 fun getLineBottom(lineIndex: Int): Float = multiParagraph.getLineBottom(lineIndex) in getLineStart() method
DMultiParagraph.kt910 fun getLineBottom(lineIndex: Int): Float { in <lambda>() method
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/
DParagraph.android.kt56 actual fun getLineBottom(lineIndex: Int): Float method
DAndroidParagraph.android.kt468 override fun getLineBottom(lineIndex: Int): Float = layout.getLineBottom(lineIndex) in <lambda>() method in androidx.compose.ui.text.AndroidParagraph
/compose/ui/ui-text/src/commonStubsMain/kotlin/androidx/compose/ui/text/
DParagraph.commonStubs.kt57 actual fun getLineBottom(lineIndex: Int): Float method
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/android/
DTextLayout.android.kt397 fun getLineBottom(line: Int): Float { in getLineBottom() method
/compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/
DMultiParagraphIntegrationTest.kt872 fun getLineBottom() { in <lambda>() method
DParagraphIntegrationTest.kt2727 fun getLineBottom() { in <lambda>() method in androidx.compose.ui.text.ParagraphIntegrationTest