Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DSkiaInterpolator.cpp36 static inline Dot14 eval_cubic(Dot14 t, Dot14 A, Dot14 B, Dot14 C) { in eval_cubic() function
73 Dot14 guess = eval_cubic(t, A, B, C); in SkUnitCubicInterp()
87 return Dot14ToFloat(eval_cubic(t, A, B, C)); in SkUnitCubicInterp()