Home
last modified time | relevance | path

Searched defs:split (Results 1 – 4 of 4) sorted by relevance

/graphics/integration-tests/testapp-compose/src/main/java/androidx/graphics/shapes/testcompose/
DUtils.kt27 internal fun RoundedPolygon.split( in <lambda>() method
43 internal fun split(feature: Feature, measurer: LengthMeasurer, splitLength: Float): List<Feature> { in split() method
DShapeParameters.kt486 val split = original.split(splitProgress.floatValue) in <lambda>() constant
/graphics/graphics-shapes/src/commonMain/kotlin/androidx/graphics/shapes/
DCubic.kt234 fun split(t: Float): Pair<Cubic, Cubic> { in split() method in androidx.graphics.shapes.Cubic
/graphics/graphics-path/src/main/cpp/
DConic.cpp122 void Conic::split(Conic* __restrict__ dst) const noexcept { in split() function in Conic