Searched refs:fSaveRestore (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateActive.cpp43 for (index = 0; index < fSaveRestore.count(); index++)
44 delete[] fSaveRestore[index];
94 int saveIndex = fSaveRestore.count();
99 delete[] fSaveRestore[saveIndex];
100 fSaveRestore.remove(saveIndex);
119 int saveIndex = fSaveRestore.count();
123 fSaveRestore.setCount(newTotal);
129 memmove(&fSaveRestore[newTotal], &fSaveRestore[saveIndex], oldCount);
130 memset(&fSaveRestore[newTota
[all...]
H A DSkAnimateActive.h69 SkTDOperandPtrArray fSaveRestore; // if apply has restore="true" member in class:SkActive
H A DSkDisplayApply.cpp469 SkOperand* saveOperand = fActive->fSaveRestore[activeIndex];
471 info->setValue(target, fActive->fSaveRestore[activeIndex], count);
477 scriptValue.fOperand = fActive->fSaveRestore[activeIndex][0];
480 SkOperand* save = fActive->fSaveRestore[activeIndex];
751 if (fActive->fSaveRestore[activeIndex] == NULL) {
752 fActive->fSaveRestore[activeIndex] = new SkOperand[count];
756 memcpy(last.begin(), fActive->fSaveRestore[activeIndex], count * sizeof(SkOperand));
759 info->getValue(target, fActive->fSaveRestore[activeIndex], count);
767 fActive->fSaveRestore[activeIndex][0] = scriptValue.fOperand;
/external/skia/src/animator/
H A DSkAnimateActive.cpp43 for (index = 0; index < fSaveRestore.count(); index++)
44 delete[] fSaveRestore[index];
94 int saveIndex = fSaveRestore.count();
99 delete[] fSaveRestore[saveIndex];
100 fSaveRestore.remove(saveIndex);
119 int saveIndex = fSaveRestore.count();
123 fSaveRestore.setCount(newTotal);
129 memmove(&fSaveRestore[newTotal], &fSaveRestore[saveIndex], oldCount);
130 memset(&fSaveRestore[newTota
[all...]
H A DSkAnimateActive.h69 SkTDOperandPtrArray fSaveRestore; // if apply has restore="true" member in class:SkActive
H A DSkDisplayApply.cpp469 SkOperand* saveOperand = fActive->fSaveRestore[activeIndex];
471 info->setValue(target, fActive->fSaveRestore[activeIndex], count);
477 scriptValue.fOperand = fActive->fSaveRestore[activeIndex][0];
480 SkOperand* save = fActive->fSaveRestore[activeIndex];
751 if (fActive->fSaveRestore[activeIndex] == NULL) {
752 fActive->fSaveRestore[activeIndex] = new SkOperand[count];
756 memcpy(last.begin(), fActive->fSaveRestore[activeIndex], count * sizeof(SkOperand));
759 info->getValue(target, fActive->fSaveRestore[activeIndex], count);
767 fActive->fSaveRestore[activeIndex][0] = scriptValue.fOperand;

Completed in 514 milliseconds