Lines Matching refs:SkOperand
182 SkAutoSTMalloc<16, SkOperand> values(count); in create()
220 SkAutoSTMalloc<16, SkOperand> values(count); in immediate()
240 SkOperand* values = animate->getValues(); in fixInterpolator()
278 SkOperand* from = animate->getValues(); in initState()
304 SkOperand* from = animate->getValues(); in pickUp()
305 SkOperand* to = &from[animate->components()]; in pickUp()
333 SkOperand* values = animate->getValues(); in resetInterpolators()
358 memcpy(interpolator.getValues(), fSaveInterpolators[index], count * sizeof(SkOperand)); in restoreInterpolatorValues()
365 …SkOperand* cache = new SkOperand[count]; // this should use sk_malloc/sk_free since SkOperand d… in saveInterpolatorValues()
367 memcpy(cache, interpolator.getValues(), count * sizeof(SkOperand)); in saveInterpolatorValues()
370 void SkActive::setInterpolator(int index, SkOperand* from) { in setInterpolator()