Home
last modified time | relevance | path

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

/graphics/graphics-shapes/src/commonMain/kotlin/androidx/graphics/shapes/
DFeatures.kt37 abstract class Feature(val cubics: List<Cubic>) { class
/graphics/integration-tests/testapp-compose/src/main/java/androidx/graphics/shapes/testcompose/
DCompose.kt85 fun Feature.toPath(path: Path = Path()): Path { in toPath() method