Home
last modified time | relevance | path

Searched defs:intersect (Results 1 – 9 of 9) sorted by relevance

/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/semantics/
DSemanticsRegion.kt25 fun intersect(region: SemanticsRegion): Boolean method
/compose/ui/ui-geometry/src/commonMain/kotlin/androidx/compose/ui/geometry/
DRect.kt128 fun intersect(other: Rect): Rect { in deflate() method in androidx.compose.ui.geometry.Rect
143 fun intersect(otherLeft: Float, otherTop: Float, otherRight: Float, otherBottom: Float): Rect { in intersect() method
DMutableRect.kt97 fun intersect(left: Float, top: Float, right: Float, bottom: Float) { in deflate() method in androidx.compose.ui.geometry.MutableRect
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/semantics/
DSemanticsRegion.android.kt37 override fun intersect(region: SemanticsRegion): Boolean { in intersect() method in androidx.compose.ui.semantics.SemanticRegionImpl
/compose/ui/ui-unit/src/commonMain/kotlin/androidx/compose/ui/unit/
DIntRect.kt114 fun intersect(other: IntRect): IntRect { in deflate() method in androidx.compose.ui.unit.IntRect
/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/
DPathOperation.kt111 val PathOperation.Companion.intersect: PathOperation constant
/compose/ui/ui-geometry/src/androidUnitTest/kotlin/androidx/compose/ui/geometry/
DMutableRectTest.kt231 fun intersect() { in intersect() method in androidx.compose.ui.geometry.MutableRectTest
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/
Dextensions.kt303 internal infix fun <E> PersistentSet<E>.intersect(elements: Iterable<E>): PersistentSet<E> in intersect() method
313 internal infix fun <E> PersistentCollection<E>.intersect(elements: Iterable<E>): PersistentSet<E> in intersect() method
/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/
DAnnotatedString.kt1585 internal fun intersect(lStart: Int, lEnd: Int, rStart: Int, rEnd: Int): Boolean { in AnnotatedString() method