Searched refs:d_inf (Results 1 – 2 of 2) sorted by relevance
321 final float d_inf = SPLINE_POSITION[index]; in computeScrollOffset() local323 velocityCoef = (d_sup - d_inf) / (t_sup - t_inf); in computeScrollOffset()324 distanceCoef = d_inf + (t - t_inf) * velocityCoef; in computeScrollOffset()
928 final float d_inf = SPLINE_POSITION[index]; in update() local930 velocityCoef = (d_sup - d_inf) / (t_sup - t_inf); in update()931 distanceCoef = d_inf + (t - t_inf) * velocityCoef; in update()