Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DSkiaInterpolator.cpp172 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()
DSkiaInterpolator.h72 struct SkTimeCode { struct
76 SkTimeCode* fTimes; // pointer into fStorage argument
79 SkTimeCode (*fTimesArray)[10];