Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/utils/
DSkInterpolator.cpp98 sizeof(SkTimeCode)); in timeToT()
118 const SkTimeCode* nextTime = &fTimes[index]; in timeToT()
146 sizeof(SkTimeCode)) * frameCount); in reset()
147 fTimes = (SkTimeCode*) fStorage; in reset()
148 fValues = (SkScalar*) ((char*) fStorage + sizeof(SkTimeCode) * frameCount); in reset()
150 fTimesArray = (SkTimeCode(*)[10]) fTimes; in reset()
171 sizeof(SkTimeCode)); in setKeyFrame()
174 SkTimeCode* timeCode = &fTimes[index]; in setKeyFrame()
/third_party/flutter/skia/include/utils/
DSkInterpolator.h77 struct SkTimeCode { struct
81 SkTimeCode* fTimes; // pointer into fStorage argument
84 SkTimeCode(* fTimesArray)[10];