Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DSkiaInterpolator.cpp240 SkTimeCode* timeCode = &fTimes[index]; in setKeyFrame() local
241 timeCode->fTime = time; in setKeyFrame()
242 memcpy(timeCode->fBlend, blend, sizeof(timeCode->fBlend)); in setKeyFrame()