Home | History | Annotate | Download | only in animator

Lines Matching refs:scriptValue

128             SkScriptValue scriptValue;
129 scriptValue.fOperand = values[0];
130 scriptValue.fType = info->getType();
131 target->setProperty(info->propertyIndex(), scriptValue);
473 SkScriptValue scriptValue;
474 SkDEBUGCODE(bool success = ) target->getProperty(info->propertyIndex(), &scriptValue);
476 last[0] = scriptValue.fOperand;
477 scriptValue.fOperand = fActive->fSaveRestore[activeIndex][0];
478 target->setProperty(info->propertyIndex(), scriptValue);
763 SkScriptValue scriptValue;
764 SkDEBUGCODE(bool success = ) target->getProperty(info->propertyIndex(), &scriptValue);
766 SkASSERT(scriptValue.fType == SkType_Float);
767 fActive->fSaveRestore[activeIndex][0] = scriptValue.fOperand;
769 SkScriptValue scriptValue;
770 scriptValue.fType = type;
771 scriptValue.fOperand = last[0];
772 target->setProperty(info->propertyIndex(), scriptValue);
778 bool SkApply::setProperty(int index, SkScriptValue& scriptValue) {
781 SkAnimateBase* animate = (SkAnimateBase*) scriptValue.fOperand.fDisplayable;
787 steps = scriptValue.fOperand.fS32;