Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DSkiaInterpolator.cpp288 const float* prevSrc = nextSrc - fElemCount; in timeToValues() local
291 values[i] = SkScalarInterp(prevSrc[i], nextSrc[i], T); in timeToValues()