Home | History | Annotate | Download | only in animator

Lines Matching defs:last

465     SkOperand* last = new SkOperand[count];
466 SkAutoTDelete<SkOperand> autoLast(last);
468 info->getValue(target, last, count);
476 last[0] = scriptValue.fOperand;
482 memcpy(save, last, count * sizeof(SkOperand));
750 SkTDOperandArray last;
755 last.setCount(count);
756 memcpy(last.begin(), fActive->fSaveRestore[activeIndex], count * sizeof(SkOperand));
761 info->setValue(target, last.begin(), count);
771 scriptValue.fOperand = last[0];