Lines Matching refs:fSaveInterpolators
45 for (index = 0; index < fSaveInterpolators.count(); index++) in ~SkActive()
46 delete[] fSaveInterpolators[index]; in ~SkActive()
95 SkASSERT(fSaveInterpolators.count() == saveIndex); in append()
101 delete[] fSaveInterpolators[saveIndex]; in append()
102 fSaveInterpolators.remove(saveIndex); in append()
120 SkASSERT(fSaveInterpolators.count() == saveIndex); in appendSave()
132 memmove(&fSaveInterpolators[newTotal], in appendSave()
133 &fSaveInterpolators[saveIndex], oldCount); in appendSave()
134 memset(&fSaveInterpolators[newTotal + oldCount], 0, in appendSave()
260 SkASSERT(fSaveInterpolators.count() == oldCount); in initializeSave()
261 fSaveInterpolators.setCount(activeTotal); in initializeSave()
262 memset(&fSaveInterpolators[oldCount], 0, in initializeSave()
263 sizeof(fSaveInterpolators[0]) * (activeTotal - oldCount)); in initializeSave()
358 memcpy(interpolator.getValues(), fSaveInterpolators[index], count * sizeof(SkOperand)); in restoreInterpolatorValues()
366 fSaveInterpolators[index] = cache; in saveInterpolatorValues()