HomeSort by relevance Sort by last modified time
    Searched refs:Dot14Mul (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/utils/
SkInterpolator.cpp 218 static inline Dot14 Dot14Mul(Dot14 a, Dot14 b) {
223 return Dot14Mul(Dot14Mul(Dot14Mul(C, t) + B, t) + A, t);
  /external/skia/src/utils/
SkInterpolator.cpp 218 static inline Dot14 Dot14Mul(Dot14 a, Dot14 b) {
223 return Dot14Mul(Dot14Mul(Dot14Mul(C, t) + B, t) + A, t);

Completed in 2143 milliseconds