Home
last modified time | relevance | path

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

/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/
DBezier.kt345 val d0 = 2 * (points[offset + 2] - points[offset + 0]) in findDerivativeRoots() constant
353 val d0 = 3.0f * (points[offset + 2] - points[offset + 0]) in findDerivativeRoots() constant
431 val d0 = 3.0f * (p1y - p0y) in computeCubicVerticalBounds() constant