Home
last modified time | relevance | path

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

/graphics/graphics-shapes/src/commonMain/kotlin/androidx/graphics/shapes/
DFeatureDetector.kt112 private fun Cubic.Companion.extend(a: Cubic, b: Cubic): Cubic { in asFeature() method
DCubic.kt32 open class Cubic internal constructor(internal val points: FloatArray = FloatArray(8)) { class
391 fun Cubic( in Cubic() method
/graphics/graphics-path/src/main/androidx/graphics/
Dandroidx-graphics-graphics-path-documentation.md78 #### Cubic subsubsection
/graphics/graphics-path/src/main/cpp/
DPath.h33 Cubic, enumerator