Home
last modified time | relevance | path

Searched refs:nextSrc (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
DSkiaInterpolator.cpp281 const float* nextSrc = &fValues[index * fElemCount]; in timeToValues() local
284 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()