Searched refs:nextSrc (Results 1 – 2 of 2) sorted by relevance
65 const SkOperand* nextSrc = &fValues[index * fElemCount]; in timeToValues() local68 memcpy(values, nextSrc, fElemCount * sizeof(SkScalar)); in timeToValues()73 const SkOperand* prevSrc = nextSrc - fElemCount; in timeToValues()77 values[i].fScalar = SkScalarInterp(prevSrc[i].fScalar, nextSrc[i].fScalar, T); in timeToValues()81 int32_t b = nextSrc[i].fS32; in timeToValues()
188 const SkScalar* nextSrc = &fValues[index * fElemCount]; in timeToValues() local191 memcpy(values, nextSrc, fElemCount * sizeof(SkScalar)); in timeToValues()195 const SkScalar* prevSrc = nextSrc - fElemCount; in timeToValues()198 values[i] = SkScalarInterp(prevSrc[i], nextSrc[i], T); in timeToValues()