HomeSort by relevance Sort by last modified time
    Searched refs:activeTotal (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/animator/
SkAnimateActive.cpp 255 int activeTotal = fDrawIndex + animators;
257 if (oldCount < activeTotal) {
258 fSaveRestore.setCount(activeTotal);
259 memset(&fSaveRestore[oldCount], 0, sizeof(fSaveRestore[0]) * (activeTotal - oldCount));
261 fSaveInterpolators.setCount(activeTotal);
263 sizeof(fSaveInterpolators[0]) * (activeTotal - oldCount));
  /external/skia/src/animator/
SkAnimateActive.cpp 255 int activeTotal = fDrawIndex + animators;
257 if (oldCount < activeTotal) {
258 fSaveRestore.setCount(activeTotal);
259 memset(&fSaveRestore[oldCount], 0, sizeof(fSaveRestore[0]) * (activeTotal - oldCount));
261 fSaveInterpolators.setCount(activeTotal);
263 sizeof(fSaveInterpolators[0]) * (activeTotal - oldCount));

Completed in 80 milliseconds