Home | History | Annotate | Download | only in animator

Lines Matching refs:fSaveRestore

51     for (index = 0; index < fSaveRestore.count(); index++)
52 delete[] fSaveRestore[index];
102 int saveIndex = fSaveRestore.count();
107 delete[] fSaveRestore[saveIndex];
108 fSaveRestore.remove(saveIndex);
127 int saveIndex = fSaveRestore.count();
131 fSaveRestore.setCount(newTotal);
137 memmove(&fSaveRestore[newTotal], &fSaveRestore[saveIndex], oldCount);
138 memset(&fSaveRestore[newTotal + oldCount], 0,
139 sizeof(fSaveRestore[0]) * (newCount - oldCount));
143 sizeof(fSaveRestore[0]) * (newCount - oldCount));
259 int oldCount = fSaveRestore.count();
261 fSaveRestore.setCount(activeTotal);
262 memset(&fSaveRestore[oldCount], 0, sizeof(fSaveRestore[0]) * (activeTotal - oldCount));