Home
last modified time | relevance | path

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

/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/
DPathHitTester.kt43 fun PathHitTester(path: Path, @FloatRange(from = 0.0) tolerance: Float = 0.5f) = in <lambda>() method
52 class PathHitTester { class