Home
last modified time | relevance | path

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

/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/android/
DTextLayoutGetRangeForRectExtensions.android.kt166 getCharacterRightBounds(bidiRun.start, lineStart, horizontalBounds) in getStartOrEndOffsetForRectWithinLine()
168 getCharacterRightBounds(bidiRun.end - 1, lineStart, horizontalBounds) in getStartOrEndOffsetForRectWithinLine()
260 getCharacterRightBounds(segmentStart, lineStart, horizontalBounds) in getStartOffsetForRectWithinRun()
262 getCharacterRightBounds(segmentEnd - 1, lineStart, horizontalBounds) in getStartOffsetForRectWithinRun()
334 getCharacterRightBounds(segmentStart, lineStart, horizontalBounds) in LayoutHelper()
336 getCharacterRightBounds(segmentEnd - 1, lineStart, horizontalBounds) in LayoutHelper()
369 private fun getCharacterRightBounds( in getCharacterRightBounds() method