Home | Sort by relevance Sort by last modified time |
/external/chromium_org/ui/gfx/geometry/ | |
cubic_bezier.cc | 21 const double x2_times_3 = 3.0 * x2; local 23 const double h1 = x1_times_3 - x2_times_3 + 1.0; 24 const double h2 = x2_times_3 - 6.0 * x1; |