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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimatorNone.cpp 73 double ScrollAnimatorNone::PerAxisData::curveAt(Curve curve, double t)
115 double positionFactor = curveAt(curve, t);
122 double positionFactor = 1 - curveAt(curve, 1 - t);
128 return 1 - curveAt(curve, 1 - factor);
ScrollAnimatorNone.h 101 static double curveAt(Curve, double t);

Completed in 230 milliseconds