Searched refs:nextSrc (Results 1 – 1 of 1) sorted by relevance
281 const float* nextSrc = &fValues[index * fElemCount]; in timeToValues() local284 memcpy(values, nextSrc, fElemCount * sizeof(float)); in timeToValues()288 const float* prevSrc = nextSrc - fElemCount; in timeToValues()291 values[i] = SkScalarInterp(prevSrc[i], nextSrc[i], T); in timeToValues()