Home
last modified time | relevance | path

Searched refs:eval_cubic (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/utils/
DSkInterpolator.cpp218 static inline Dot14 eval_cubic(Dot14 t, Dot14 A, Dot14 B, Dot14 C) { in eval_cubic() function
256 Dot14 guess = eval_cubic(t, A, B, C); in SkUnitCubicInterp()
270 return SkFixedToScalar(eval_cubic(t, A, B, C) << 2); in SkUnitCubicInterp()