Lines Matching refs:fSaveRestore
43 for (index = 0; index < fSaveRestore.count(); index++) in ~SkActive()
44 delete[] fSaveRestore[index]; in ~SkActive()
94 int saveIndex = fSaveRestore.count(); in append()
99 delete[] fSaveRestore[saveIndex]; in append()
100 fSaveRestore.remove(saveIndex); in append()
119 int saveIndex = fSaveRestore.count(); in appendSave()
123 fSaveRestore.setCount(newTotal); in appendSave()
129 memmove(&fSaveRestore[newTotal], &fSaveRestore[saveIndex], oldCount); in appendSave()
130 memset(&fSaveRestore[newTotal + oldCount], 0, in appendSave()
131 sizeof(fSaveRestore[0]) * (newCount - oldCount)); in appendSave()
135 sizeof(fSaveRestore[0]) * (newCount - oldCount)); in appendSave()
256 int oldCount = fSaveRestore.count(); in initializeSave()
258 fSaveRestore.setCount(activeTotal); in initializeSave()
259 memset(&fSaveRestore[oldCount], 0, sizeof(fSaveRestore[0]) * (activeTotal - oldCount)); in initializeSave()