Searched refs:eval_cubic (Results 1 – 1 of 1) sorted by relevance
36 static inline Dot14 eval_cubic(Dot14 t, Dot14 A, Dot14 B, Dot14 C) { in eval_cubic() function73 Dot14 guess = eval_cubic(t, A, B, C); in SkUnitCubicInterp()87 return Dot14ToFloat(eval_cubic(t, A, B, C)); in SkUnitCubicInterp()