Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/utils/
DSkInterpolator.cpp174 SkTimeCode* timeCode = &fTimes[index]; in setKeyFrame() local
175 timeCode->fTime = time; in setKeyFrame()
176 memcpy(timeCode->fBlend, blend, sizeof(timeCode->fBlend)); in setKeyFrame()