| /graphics/integration-tests/testapp-compose/src/main/java/androidx/graphics/shapes/testcompose/ |
| D | Utils.kt | 27 internal fun RoundedPolygon.split( in <lambda>() method 39 val newFeatures = features.flatMap { split(it, measurer, splitLength) } in <lambda>() 43 internal fun split(feature: Feature, measurer: LengthMeasurer, splitLength: Float): List<Feature> { in split() method 111 val splitCubics = cubicToSplit.split(splitPoint) in splitInEvenSegments()
|
| D | ShapeParameters.kt | 486 val split = original.split(splitProgress.floatValue) in <lambda>() constant 488 if (split.features.size != customFeaturesOverlay.value.size) { in <lambda>() 489 customFeaturesOverlay.value = split.features.map { it.toFeatureType() } in <lambda>() 494 split.features.mapIndexed { index, feature -> in <lambda>()
|
| /graphics/graphics-path/src/main/cpp/ |
| D | Conic.cpp | 100 src.split(dst); in subdivide() 122 void Conic::split(Conic* __restrict__ dst) const noexcept { in split() function in Conic 155 split(dst); in splitIntoQuadratics()
|
| D | Conic.h | 57 void split(Conic* __restrict__ dst) const noexcept;
|
| /graphics/graphics-shapes/src/commonMain/kotlin/androidx/graphics/shapes/ |
| D | SvgPathParser.kt | 108 val paths = svgPath.split(Regex("(?=[mM])")).filter { it.isNotBlank() } in <lambda>() 117 path.split(Regex("(?=[a-zA-Z])")).filter { it.isNotBlank() } in <lambda>() 276 .split(" ", ",") in <lambda>()
|
| D | PolygonMeasure.kt | 135 val (c1, c2) = cubic.split(t) in <lambda>()
|
| D | Cubic.kt | 234 fun split(t: Float): Pair<Cubic, Cubic> { in split() method in androidx.graphics.shapes.Cubic
|
| D | RoundedPolygon.kt | 50 val (start, end) = centerCubic.split(.5f) in <lambda>()
|
| /graphics/graphics-shapes/src/androidInstrumentedTest/kotlin/androidx/graphics/shapes/ |
| D | FeatureDetectorTest.kt | 186 val splitCubics = originalPolygon.cubics.flatMap { it.split(0.5f).toList() } in <lambda>()
|
| D | CubicTest.kt | 147 val (split0, split1) = cubic.split(.5f) in splitTest()
|
| /graphics/graphics-core/src/main/java/androidx/opengl/ |
| D | EGLExt.kt | 561 HashSet<String>().apply { addAll(queryString.split(' ')) } in eglDestroySyncKHR()
|
| /graphics/graphics-shapes/bcv/native/ |
| D | current.txt | 96 … fun split(kotlin/Float): kotlin/Pair<androidx.graphics.shapes/Cubic, androidx.graphics.shapes/Cub…
|
| /graphics/graphics-core/src/androidTest/java/androidx/graphics/opengl/egl/ |
| D | EGLManagerTest.kt | 163 val set = HashSet<String>().apply { addAll(queryString.split(' ')) } in testDefaultSurfaceWithoutSurfacelessContext()
|
| /graphics/graphics-shapes/api/ |
| D | 1.0.0-beta01.txt | 31 …ic final kotlin.Pair<androidx.graphics.shapes.Cubic,androidx.graphics.shapes.Cubic> split(float t);
|
| D | restricted_1.0.0-beta01.txt | 31 …ic final kotlin.Pair<androidx.graphics.shapes.Cubic,androidx.graphics.shapes.Cubic> split(float t);
|
| D | restricted_current.txt | 33 …ic final kotlin.Pair<androidx.graphics.shapes.Cubic,androidx.graphics.shapes.Cubic> split(float t);
|
| D | current.txt | 33 …ic final kotlin.Pair<androidx.graphics.shapes.Cubic,androidx.graphics.shapes.Cubic> split(float t);
|