Searched refs:SkTimeCode (Results 1 – 2 of 2) sorted by relevance
172 int index = SkTSearch<SkMSec>(&fTimes[0].fTime, fFrameCount, time, sizeof(SkTimeCode)); in timeToT()192 const SkTimeCode* nextTime = &fTimes[index]; in timeToT()218 fStorage = sk_malloc_throw((sizeof(float) * elemCount + sizeof(SkTimeCode)) * frameCount); in reset()219 fTimes = (SkTimeCode*)fStorage; in reset()220 fValues = (float*)((char*)fStorage + sizeof(SkTimeCode) * frameCount); 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()
72 struct SkTimeCode { struct76 SkTimeCode* fTimes; // pointer into fStorage argument79 SkTimeCode (*fTimesArray)[10];