Home
last modified time | relevance | path

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

/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DEasingFunctions.kt255 val d1 = 2.75f in fraction() constant
/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/
DBezier.kt346 val d1 = 2 * (points[offset + 4] - points[offset + 2]) in findDerivativeRoots() constant
354 val d1 = 3.0f * (points[offset + 4] - points[offset + 2]) in findDerivativeRoots() constant
432 val d1 = 3.0f * (p2y - p1y) in computeCubicVerticalBounds() constant