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

  /external/chromium_org/third_party/skia/src/gpu/
FlingState.cpp 54 fSpeed0 = SkPoint::Normalize(&fDirection);
55 fSpeed0 = pin_max_fling(fSpeed0);
59 // printf("---- speed %g dir %g %g\n", fSpeed0, fDirection.fX, fDirection.fY);
71 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1);
76 float dist = (fSpeed0 - speed) / K0;
  /external/skia/src/gpu/
FlingState.cpp 54 fSpeed0 = SkPoint::Normalize(&fDirection);
55 fSpeed0 = pin_max_fling(fSpeed0);
59 // printf("---- speed %g dir %g %g\n", fSpeed0, fDirection.fX, fDirection.fY);
71 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1);
76 float dist = (fSpeed0 - speed) / K0;
  /external/chromium_org/third_party/skia/include/views/
SkTouchGesture.h 25 SkScalar fSpeed0;
  /external/skia/include/views/
SkTouchGesture.h 25 SkScalar fSpeed0;
  /external/chromium_org/third_party/skia/src/views/
SkTouchGesture.cpp 54 fSpeed0 = SkPoint::Normalize(&fDirection);
55 fSpeed0 = pin_max_fling(fSpeed0);
59 // printf("---- speed %g dir %g %g\n", fSpeed0, fDirection.fX, fDirection.fY);
71 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1);
76 float dist = (fSpeed0 - speed) / K0;
  /external/skia/src/views/
SkTouchGesture.cpp 54 fSpeed0 = SkPoint::Normalize(&fDirection);
55 fSpeed0 = pin_max_fling(fSpeed0);
59 // printf("---- speed %g dir %g %g\n", fSpeed0, fDirection.fX, fDirection.fY);
71 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1);
76 float dist = (fSpeed0 - speed) / K0;

Completed in 446 milliseconds