Home
last modified time | relevance | path

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

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