| /graphics/graphics-path/src/androidTest/java/androidx/graphics/path/ |
| D | PathIteratorTest.kt | 87 val path = Path() in emptyIterator() constant 104 val path = Path() in emptyPeek() constant 111 val path = in nonEmptyIterator() constant 153 val path = in peek() constant 166 val path = Path() in peekBeyond() constant 182 val path = in iteratorStyles() constant 265 val path = Path().apply { close() } in done() constant 276 val path = in close() constant 297 val path = Path().apply { moveTo(10.0f, 12.0f) } in moveTo() constant 309 val path = in lineTo() constant [all …]
|
| /graphics/graphics-shapes/src/androidInstrumentedTest/kotlin/androidx/graphics/shapes/ |
| D | SvgPathParserTest.kt | 27 val path = "" in handlesEmptyInput() constant 50 val path = "M 10,10 30,10 20,30 z M 20,20 50,10 40,30 z" in parsesAbsoluteMultiplePaths() constant 73 val path = "M 10,10 30,10 20,30 z" in parsesMultipleAbsoluteMoveTos() constant 93 val path = "M 10,10 L 30,10 20,30 z" in parsesAbsoluteLine() constant 113 val path = "M-10.5555,10.5L-30.5555,10.5L-20.5555,30z" in parsesNegativeFloatingPointParameters() constant 157 val path = "M 0,0 C 10,10 30,20, 10,10 C 23, 23 48,40 20,20 z" in parsesAbsoluteCubics() constant 194 val path = "M 10,10 S 20,-10, 20,0" in parsesSmoothCurveWithCurrentPositionIfNoPredecessor() constant 236 val path = "M 10,10 T 20,0" in parsesSmoothQuadraticWithCurrentPositionIfNoPredecessor() constant 247 val path = "M300,200 v-150 A150,150 0 0,0 150,200 z" in parsesAbsoluteArc() constant 296 val path = in parsesMaterialThreeFavorite() constant [all …]
|
| /graphics/integration-tests/testapp/src/main/java/androidx/graphics/shapes/test/ |
| D | ShapeView.kt | 33 val path = Path() constant
|
| D | MorphView.kt | 36 val path = Path() constant
|
| /graphics/integration-tests/testapp-compose/src/main/java/androidx/graphics/shapes/testcompose/ |
| D | Compose.kt | 143 private val path = Path() constant 177 private val path = Path() constant in androidx.graphics.shapes.testcompose.MorphShape
|
| D | SimpleMorph.kt | 155 val path = morph.toPath(progress) in DrawScope() constant 167 val path = shape.toPath() in DrawScope() constant
|
| D | MorphViews.kt | 87 val path = morph.toPath(progress.value) in <lambda>() constant
|
| D | PolygonViews.kt | 201 paths.forEachIndexed { index, path -> in PolygonFeatureView() method
|
| /graphics/graphics-path/src/main/java/androidx/graphics/path/ |
| D | PathIterator.kt | 36 val path: Path, constant in androidx.graphics.path.PathIterator
|
| D | PathIteratorImpl.kt | 32 val path: Path, constant in androidx.graphics.path.PathIteratorImpl
|
| /graphics/graphics-path/src/main/cpp/ |
| D | pathway.cpp | 38 auto* path = reinterpret_cast<Path*>(nativePath); in createPathIterator() local
|
| /graphics/graphics-shapes/src/commonMain/kotlin/androidx/graphics/shapes/ |
| D | SvgPathParser.kt | 115 paths.forEach { path -> in <lambda>() method
|