Searched refs:timeCode (Results 1 – 2 of 2) sorted by relevance
47 SkTimeCode* timeCode = &fTimes[index]; in setKeyFrame() local48 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()
172 SkTimeCode* timeCode = &fTimes[index]; in setKeyFrame() local173 timeCode->fTime = time; in setKeyFrame()174 memcpy(timeCode->fBlend, blend, sizeof(timeCode->fBlend)); in setKeyFrame()