Searched defs:Dot14Mul (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/utils/
H A DSkInterpolator.cpp214 static inline Dot14 Dot14Mul(Dot14 a, Dot14 b) { function
219 return Dot14Mul(Dot14Mul(Dot14Mul(C, t) + B, t) + A, t);
/external/skqp/src/utils/
H A DSkInterpolator.cpp214 static inline Dot14 Dot14Mul(Dot14 a, Dot14 b) { function
219 return Dot14Mul(Dot14Mul(Dot14Mul(C, t) + B, t) + A, t);

Completed in 185 milliseconds