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 115 double sol_1 = 0; local
119 sol_1 = eval_bezier(y1_, y2_, t_1);
124 *min = std::min(std::min(*min, sol_1), sol_2);
125 *max = std::max(std::max(*max, sol_1), sol_2);

Completed in 50 milliseconds