Home
last modified time | relevance | path

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

/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/android/
DTextLayoutGetRangeForRectExtensions.android.kt164 val runRight = in getStartOrEndOffsetForRectWithinLine() constant
179 runRight, in getStartOrEndOffsetForRectWithinLine()
191 runRight, in getStartOrEndOffsetForRectWithinLine()
209 runRight: Float, in getStartOffsetForRectWithinRun()
214 if (!rect.horizontalOverlap(runLeft, runRight)) { in getStartOffsetForRectWithinRun()
220 if ((!isRtl && rect.left <= runLeft) || (isRtl && rect.right >= runRight)) { in getStartOffsetForRectWithinRun()
281 runRight: Float, in LayoutHelper()
286 if (!rect.horizontalOverlap(runLeft, runRight)) { in LayoutHelper()
294 if ((!isRtl && rect.right >= runRight) || (isRtl && rect.left <= runLeft)) { in LayoutHelper()