Home | History | Annotate | Download | only in animator

Lines Matching defs:newCount

68     int newCount = animates.count();
70 int total = oldCount + newCount;
74 memset(&fInterpolators.begin()[oldCount], 0, newCount * sizeof(SkOperandInterpolator*));
79 newCount);
83 for (index = 0; index < newCount; index++) {
118 // total = oldCount + newCount;
126 int newCount = fAnimators.count();
130 int newTotal = records * newCount;
134 newTotal -= newCount;
139 sizeof(fSaveRestore[0]) * (newCount - oldCount));
143 sizeof(fSaveRestore[0]) * (newCount - oldCount));