Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkOperandIterpolator.cpp47 SkTimeCode* timeCode = &fTimes[index]; in setKeyFrame() local
48 timeCode->fTime = time; in setKeyFrame()
49 timeCode->fBlend[0] = SK_Scalar1 - blend; in setKeyFrame()
50 timeCode->fBlend[1] = 0; in setKeyFrame()
51 timeCode->fBlend[2] = 0; in setKeyFrame()
52 timeCode->fBlend[3] = SK_Scalar1 - blend; in setKeyFrame()
/external/skia/src/utils/
DSkInterpolator.cpp172 SkTimeCode* timeCode = &fTimes[index]; in setKeyFrame() local
173 timeCode->fTime = time; in setKeyFrame()
174 memcpy(timeCode->fBlend, blend, sizeof(timeCode->fBlend)); in setKeyFrame()