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

  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollAnimatorNoneTest.cpp 229 double attackArea(ScrollAnimatorNone::Curve, double startT, double endT);
328 double ScrollAnimatorNoneTest::attackArea(ScrollAnimatorNone::Curve curve, double startT, double endT)
330 return ScrollAnimatorNone::PerAxisData::attackArea(curve, startT, endT);
375 double area = attackArea(curve, 0, t / time) * kPosition;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimatorNone.cpp 179 double ScrollAnimatorNone::PerAxisData::attackArea(Curve curve, double startT, double endT)
304 attackAreaLeft = attackArea(m_attackCurve, attackSpot, 1) * m_attackTime;

Completed in 1931 milliseconds