HomeSort by relevance Sort by last modified time
    Searched full:sol_1 (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/cc/animation/
timing_function.cc 130 float sol_1 = 0.f; local
134 sol_1 = eval_bezier(y1_, y2_, t_1);
139 *min = std::min(std::min(*min, sol_1), sol_2);
140 *max = std::max(std::max(*max, sol_1), sol_2);

Completed in 69 milliseconds