Searched refs:Dot14 (Results 1 – 2 of 2) sorted by relevance
212 typedef int Dot14; typedef218 static inline Dot14 Dot14Mul(Dot14 a, Dot14 b) { in Dot14Mul()222 static inline Dot14 eval_cubic(Dot14 t, Dot14 A, Dot14 B, Dot14 C) { in eval_cubic()226 static inline Dot14 pin_and_convert(SkScalar x) { in pin_and_convert()239 Dot14 x = pin_and_convert(value); in SkUnitCubicInterp()244 Dot14 b = pin_and_convert(bx); in SkUnitCubicInterp()245 Dot14 c = pin_and_convert(cx); in SkUnitCubicInterp()251 Dot14 A = 3*b; in SkUnitCubicInterp()252 Dot14 B = 3*(c - 2*b); in SkUnitCubicInterp()253 Dot14 C = 3*(b - c) + Dot14_ONE; in SkUnitCubicInterp()[all …]