Searched defs:f (Results 1 – 10 of 10) sorted by relevance
136 val f = max(fraction, OneUlpAt1) in transform() constant
113 val f = 0.8f + (surround / 10.0f) in make() constant
50 val f: Double = 0.0 constant in androidx.compose.ui.graphics.colorspace.TransferParameters
557 val f = m[7] in inverse3x3() constant
439 val f = 1.0 / params.c in <lambda>() constant
196 var f = significand.toFloat() in nextFloat() variable
130 val f: (Long) -> Offset = { pathFinder.calculateOffsetForTime(it) } in testWithoutExpectedError() constant
216 val f: (Long) -> Offset = { pathFinder.calculateOffsetForTime(it) } in testWithoutExpectedError() constant
167 val f = in <lambda>() constant
555 fs.forEachIndexed { i, f -> updatePointerTo(i, f(t)) } in TouchInjectionScope() method