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

  /external/chromium_org/third_party/skia/src/animator/
SkOperandIterpolator.cpp 67 const SkOperand* nextSrc = &fValues[index * fElemCount];
70 memcpy(values, nextSrc, fElemCount * sizeof(SkScalar));
75 const SkOperand* prevSrc = nextSrc - fElemCount;
79 values[i].fScalar = SkScalarInterp(prevSrc[i].fScalar, nextSrc[i].fScalar, T);
83 int32_t b = nextSrc[i].fS32;
  /external/skia/src/animator/
SkOperandIterpolator.cpp 67 const SkOperand* nextSrc = &fValues[index * fElemCount];
70 memcpy(values, nextSrc, fElemCount * sizeof(SkScalar));
75 const SkOperand* prevSrc = nextSrc - fElemCount;
79 values[i].fScalar = SkScalarInterp(prevSrc[i].fScalar, nextSrc[i].fScalar, T);
83 int32_t b = nextSrc[i].fS32;
  /external/chromium_org/third_party/skia/src/utils/
SkInterpolator.cpp 193 const SkScalar* nextSrc = &fValues[index * fElemCount];
196 memcpy(values, nextSrc, fElemCount * sizeof(SkScalar));
200 const SkScalar* prevSrc = nextSrc - fElemCount;
203 values[i] = SkScalarInterp(prevSrc[i], nextSrc[i], T);
  /external/skia/src/utils/
SkInterpolator.cpp 193 const SkScalar* nextSrc = &fValues[index * fElemCount];
196 memcpy(values, nextSrc, fElemCount * sizeof(SkScalar));
200 const SkScalar* prevSrc = nextSrc - fElemCount;
203 values[i] = SkScalarInterp(prevSrc[i], nextSrc[i], T);

Completed in 91 milliseconds