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

  /external/chromium_org/ui/gfx/geometry/
cubic_bezier.cc 126 double sol_1 = 0; local
130 sol_1 = eval_bezier(y1_, y2_, t_1);
135 *min = std::min(std::min(*min, sol_1), sol_2);
136 *max = std::max(std::max(*max, sol_1), sol_2);

Completed in 177 milliseconds