Home
last modified time | relevance | path

Searched refs:getCharacterLeftBounds (Results 1 – 1 of 1) sorted by relevance

/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/android/
DTextLayoutGetRangeForRectExtensions.android.kt159 getCharacterLeftBounds(bidiRun.end - 1, lineStart, horizontalBounds) in getStartOrEndOffsetForRectWithinLine()
161 getCharacterLeftBounds(bidiRun.start, lineStart, horizontalBounds) in getStartOrEndOffsetForRectWithinLine()
227 val position = getCharacterLeftBounds(guess, lineStart, horizontalBounds) in getStartOffsetForRectWithinRun()
253 getCharacterLeftBounds(segmentEnd - 1, lineStart, horizontalBounds) in getStartOffsetForRectWithinRun()
255 getCharacterLeftBounds(segmentStart, lineStart, horizontalBounds) in getStartOffsetForRectWithinRun()
301 val position = getCharacterLeftBounds(guess, lineStart, horizontalBounds) in LayoutHelper()
327 getCharacterLeftBounds(segmentEnd - 1, lineStart, horizontalBounds) in LayoutHelper()
329 getCharacterLeftBounds(segmentStart, lineStart, horizontalBounds) in LayoutHelper()
354 private fun getCharacterLeftBounds( in getCharacterLeftBounds() method