Searched refs:fTimes (Results 1 – 2 of 2) sorted by relevance
93 fTimes = nullptr; in SkiaInterpolatorBase()111 fTimes = nullptr; in reset()130 *startTime = fTimes[0].fTime; in getDuration()133 *endTime = fTimes[fFrameCount - 1].fTime; in getDuration()172 int index = SkTSearch<SkMSec>(&fTimes[0].fTime, fFrameCount, time, sizeof(SkTimeCode)); in timeToT()192 const SkTimeCode* nextTime = &fTimes[index]; in timeToT()219 fTimes = (SkTimeCode*)fStorage; in reset()222 fTimesArray = (SkTimeCode(*)[10])fTimes; in reset()240 bool success = ~index == SkTSearch<SkMSec>(&fTimes->fTime, index, time, sizeof(SkTimeCode)); in setKeyFrame()243 SkTimeCode* timeCode = &fTimes[index]; in setKeyFrame()
76 SkTimeCode* fTimes; // pointer into fStorage variable