Home
last modified time | relevance | path

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

/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/android/
DTextLayoutGetRangeForRectExtensions.android.kt214 if (!rect.horizontalOverlap(runLeft, runRight)) { in getStartOffsetForRectWithinRun()
286 if (!rect.horizontalOverlap(runLeft, runRight)) { in LayoutHelper()
377 private fun RectF.horizontalOverlap(left: Float, right: Float): Boolean { in RectF() method