Home
last modified time | relevance | path

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

/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/
DPathEffect.kt25 interface PathEffect { interface
/compose/ui/ui-graphics/src/androidMain/kotlin/androidx/compose/ui/graphics/
DAndroidPathEffect.android.kt24 fun PathEffect.asAndroidPathEffect(): android.graphics.PathEffect = in PathEffect() method