HomeSort by relevance Sort by last modified time
    Searched defs:activeIndex (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/src/animator/
SkDisplayApply.cpp 464 int activeIndex = fActive->fDrawIndex + index;
469 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];
749 int activeIndex = fActive->fDrawIndex + index;
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)
    [all...]
  /external/skia/src/animator/
SkDisplayApply.cpp 464 int activeIndex = fActive->fDrawIndex + index;
469 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];
749 int activeIndex = fActive->fDrawIndex + index;
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)
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 389 milliseconds