Lines Matching defs:from
278 SkOperand* from = animate->getValues();
292 setInterpolator(index, from);
304 SkOperand* from = animate->getValues();
305 SkOperand* to = &from[animate->components()];
312 SkScalar delta = to[cIndex].fScalar - from[cIndex].fScalar;
370 void SkActive::setInterpolator(int index, SkOperand* from) {
371 if (from == NULL) // legitimate for set string
384 interpolator.setKeyFrame(0, 0, from, animate->blend[0]);
385 interpolator.setKeyFrame(1, duration, from, animate->blend[0]);
390 interpolator.setKeyFrame(entry, entry * duration / (entries - 1), from,
392 from += components;
474 // of the existing animate object then remove it from the list