Home | History | Annotate | Download | only in animator

Lines Matching defs:last

472     SkOperand* last = new SkOperand[count];
473 SkAutoTDelete<SkOperand> autoLast(last);
475 info->getValue(target, last, count);
483 last[0] = scriptValue.fOperand;
489 memcpy(save, last, count * sizeof(SkOperand));
757 SkTDOperandArray last;
762 last.setCount(count);
763 memcpy(last.begin(), fActive->fSaveRestore[activeIndex], count * sizeof(SkOperand));
768 info->setValue(target, last.begin(), count);
778 scriptValue.fOperand = last[0];