Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/utils/
DSkInterpolator.cpp215 static inline Dot14 Dot14Mul(Dot14 a, Dot14 b) { in Dot14Mul() function
220 return Dot14Mul(Dot14Mul(Dot14Mul(C, t) + B, t) + A, t); in eval_cubic()