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

  /external/chromium_org/ui/gfx/geometry/
cubic_bezier.cc 28 static double bezier_interp(double x1, function in namespace:gfx::__anon20693
78 return bezier_interp(x1_, y1_, x2_, y2_, x);

Completed in 599 milliseconds