Home
last modified time | relevance | path

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

/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/android/
DTextLayout.android.kt629 left = cache.getSecondaryUpstream(offset + 1) in fillLineHorizontalBounds()
637 right = cache.getSecondaryUpstream(offset + 1) in fillLineHorizontalBounds()
722 left = cache.getSecondaryUpstream(offset + 1) in fillBoundingBoxes()
730 right = cache.getSecondaryUpstream(offset + 1) in fillBoundingBoxes()
848 fun getSecondaryUpstream(offset: Int): Float { in getSecondaryUpstream() method