Searched defs:getLineForOffset (Results 1 – 9 of 9) sorted by relevance
155 fun getLineForOffset(offset: Int): Int method
435 fun getLineForOffset(offset: Int): Int = multiParagraph.getLineForOffset(offset) in getLineStart() method in TextLayoutResult
848 fun getLineForOffset(offset: Int): Int { in <lambda>() method
68 actual fun getLineForOffset(offset: Int): Int method
490 override fun getLineForOffset(offset: Int): Int = layout.getLineForOffset(offset) in <lambda>() method in androidx.compose.ui.text.AndroidParagraph
69 actual fun getLineForOffset(offset: Int): Int method
168 internal fun Layout.getLineForOffset(@IntRange(from = 0) offset: Int, upstream: Boolean): Int { in getLineForOffset() method
567 fun getLineForOffset(offset: Int): Int = layout.getLineForOffset(offset) in getLineForOffset() method
676 fun getLineForOffset() { in <lambda>() method