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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimatorNone.h 106 static double curveIntegralAt(Curve, double t);
ScrollAnimatorNone.cpp 131 double ScrollAnimatorNone::PerAxisData::curveIntegralAt(Curve curve, double t)
181 double startValue = curveIntegralAt(curve, startT);
182 double endValue = curveIntegralAt(curve, endT);
188 double startValue = curveIntegralAt(curve, 1 - endT);
189 double endValue = curveIntegralAt(curve, 1 - startT);

Completed in 57 milliseconds