Home
last modified time | relevance | path

Searched defs:segmentStart (Results 1 – 2 of 2) sorted by relevance

/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/android/
DTextLayoutGetRangeForRectExtensions.android.kt243 var segmentStart = segmentFinder.previousStartBoundary(segmentEnd) in getStartOffsetForRectWithinRun() variable
314 var segmentStart = segmentFinder.previousStartBoundary(lastCharOffset + 1) in LayoutHelper() variable
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/
DAndroidComposeViewAccessibilityDelegateCompat.android.kt2627 val segmentStart = range[0] in traverseAtGranularity() constant