Home | History | Annotate | Download | only in animator

Lines Matching refs:values

178             SkTDOperandArray values;
179 values.setCount(count);
180 bool success = animate->fFieldInfo->setValue(fMaker, &values, 0, 0, NULL,
183 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time);
185 SkAutoSTMalloc<16, SkOperand> values(count);
186 interpolator.timeToValues(time, values.get());
187 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time);
216 SkTDOperandArray values;
217 values.setCount(count);
218 bool success = animate->fFieldInfo->setValue(fMaker, &values, 0, 0, NULL,
221 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time);
223 SkAutoSTMalloc<16, SkOperand> values(count);
224 interpolator.timeToValues(time, values.get());
225 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time);
243 SkOperand* values = animate->getValues();
244 setInterpolator(index, values);
336 SkOperand* values = animate->getValues();
337 setInterpolator(index, values);