Searched refs:d_sup (Results 1 – 2 of 2) sorted by relevance
322 final float d_sup = SPLINE_POSITION[index + 1]; in computeScrollOffset() local323 velocityCoef = (d_sup - d_inf) / (t_sup - t_inf); in computeScrollOffset()
929 final float d_sup = SPLINE_POSITION[index + 1]; in update() local930 velocityCoef = (d_sup - d_inf) / (t_sup - t_inf); in update()