Searched defs:split (Results 1 – 4 of 4) sorted by relevance
27 internal fun RoundedPolygon.split( in <lambda>() method43 internal fun split(feature: Feature, measurer: LengthMeasurer, splitLength: Float): List<Feature> { in split() method
486 val split = original.split(splitProgress.floatValue) in <lambda>() constant
234 fun split(t: Float): Pair<Cubic, Cubic> { in split() method in androidx.graphics.shapes.Cubic
122 void Conic::split(Conic* __restrict__ dst) const noexcept { in split() function in Conic