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

  /external/skia/src/utils/
SkInterpolator.cpp 218 static inline Dot14 eval_cubic(Dot14 t, Dot14 A, Dot14 B, Dot14 C) { function
256 Dot14 guess = eval_cubic(t, A, B, C);
270 return SkFixedToScalar(eval_cubic(t, A, B, C) << 2);
  /external/skqp/src/utils/
SkInterpolator.cpp 218 static inline Dot14 eval_cubic(Dot14 t, Dot14 A, Dot14 B, Dot14 C) { function
256 Dot14 guess = eval_cubic(t, A, B, C);
270 return SkFixedToScalar(eval_cubic(t, A, B, C) << 2);

Completed in 66 milliseconds