Searched defs:getLineBottom (Results 1 – 9 of 9) sorted by relevance
117 fun getLineBottom(lineIndex: Int): Float method
408 fun getLineBottom(lineIndex: Int): Float = multiParagraph.getLineBottom(lineIndex) in getLineStart() method
910 fun getLineBottom(lineIndex: Int): Float { in <lambda>() method
56 actual fun getLineBottom(lineIndex: Int): Float method
468 override fun getLineBottom(lineIndex: Int): Float = layout.getLineBottom(lineIndex) in <lambda>() method in androidx.compose.ui.text.AndroidParagraph
57 actual fun getLineBottom(lineIndex: Int): Float method
397 fun getLineBottom(line: Int): Float { in getLineBottom() method
872 fun getLineBottom() { in <lambda>() method
2727 fun getLineBottom() { in <lambda>() method in androidx.compose.ui.text.ParagraphIntegrationTest