Home
last modified time | relevance | path

Searched defs:empty (Results 1 – 2 of 2) sorted by relevance

/graphics/graphics-shapes/src/androidInstrumentedTest/kotlin/androidx/graphics/shapes/
DFeatureDetectorTest.kt111 val empty = Cubic.empty(10f, 0f) in <lambda>() constant
/graphics/graphics-shapes/src/commonMain/kotlin/androidx/graphics/shapes/
DCubic.kt370 internal fun empty(x0: Float, y0: Float): Cubic = Cubic(x0, y0, x0, y0, x0, y0, x0, y0) in hashCode() method