Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkInterpolator.cpp213 static inline Dot14 Dot14Mul(Dot14 a, Dot14 b) { in Dot14Mul() function
218 return Dot14Mul(Dot14Mul(Dot14Mul(C, t) + B, t) + A, t); in eval_cubic()