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

/external/chromium_org/third_party/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/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);

Completed in 70 milliseconds