Home
last modified time | relevance | path

Searched refs:split (Results 1 – 17 of 17) sorted by relevance

/graphics/integration-tests/testapp-compose/src/main/java/androidx/graphics/shapes/testcompose/
DUtils.kt27 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()
DShapeParameters.kt486 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/
DConic.cpp100 src.split(dst); in subdivide()
122 void Conic::split(Conic* __restrict__ dst) const noexcept { in split() function in Conic
155 split(dst); in splitIntoQuadratics()
DConic.h57 void split(Conic* __restrict__ dst) const noexcept;
/graphics/graphics-shapes/src/commonMain/kotlin/androidx/graphics/shapes/
DSvgPathParser.kt108 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>()
DPolygonMeasure.kt135 val (c1, c2) = cubic.split(t) in <lambda>()
DCubic.kt234 fun split(t: Float): Pair<Cubic, Cubic> { in split() method in androidx.graphics.shapes.Cubic
DRoundedPolygon.kt50 val (start, end) = centerCubic.split(.5f) in <lambda>()
/graphics/graphics-shapes/src/androidInstrumentedTest/kotlin/androidx/graphics/shapes/
DFeatureDetectorTest.kt186 val splitCubics = originalPolygon.cubics.flatMap { it.split(0.5f).toList() } in <lambda>()
DCubicTest.kt147 val (split0, split1) = cubic.split(.5f) in splitTest()
/graphics/graphics-core/src/main/java/androidx/opengl/
DEGLExt.kt561 HashSet<String>().apply { addAll(queryString.split(' ')) } in eglDestroySyncKHR()
/graphics/graphics-shapes/bcv/native/
Dcurrent.txt96 … fun split(kotlin/Float): kotlin/Pair<androidx.graphics.shapes/Cubic, androidx.graphics.shapes/Cub…
/graphics/graphics-core/src/androidTest/java/androidx/graphics/opengl/egl/
DEGLManagerTest.kt163 val set = HashSet<String>().apply { addAll(queryString.split(' ')) } in testDefaultSurfaceWithoutSurfacelessContext()
/graphics/graphics-shapes/api/
D1.0.0-beta01.txt31 …ic final kotlin.Pair<androidx.graphics.shapes.Cubic,androidx.graphics.shapes.Cubic> split(float t);
Drestricted_1.0.0-beta01.txt31 …ic final kotlin.Pair<androidx.graphics.shapes.Cubic,androidx.graphics.shapes.Cubic> split(float t);
Drestricted_current.txt33 …ic final kotlin.Pair<androidx.graphics.shapes.Cubic,androidx.graphics.shapes.Cubic> split(float t);
Dcurrent.txt33 …ic final kotlin.Pair<androidx.graphics.shapes.Cubic,androidx.graphics.shapes.Cubic> split(float t);