Lines Matching full:info
119 const SkMemberInfo * info = animator->fFieldInfo;
121 SkASSERT(info != NULL);
122 SkDisplayTypes type = (SkDisplayTypes) info->fType;
134 executor->executeFunction(target, info->functionIndex(), typedValues, info->getType(), NULL);
138 scriptValue.fType = info->getType();
139 target->setProperty(info->propertyIndex(), scriptValue);
152 // SkASSERT(type == SkType_ARGB || type == SkType_String ||info->isSettable());
154 info->setString(target, values->fString);
156 target->setReference(info, values->fDisplayable);
158 info->setValue(target, values, count);
464 const SkMemberInfo* info = animate->fFieldInfo;
465 SkDisplayTypes type = (SkDisplayTypes) info->fType;
469 size_t size = info->getSize(target);
475 info->getValue(target, last, count);
478 info->setValue(target, fActive->fSaveRestore[activeIndex], count);
481 bool success = target->getProperty(info->propertyIndex(), &scriptValue);
485 target->setProperty(info->propertyIndex(), scriptValue);
745 const SkMemberInfo * info = animate->fFieldInfo;
748 // info = animate->getResolvedInfo();
749 SkDisplayTypes type = (SkDisplayTypes) info->fType;
752 size_t size = info->getSize(target);
766 info->getValue(target, fActive->fSaveRestore[activeIndex], count);
768 info->setValue(target, last.begin(), count);
771 bool success = target->getProperty(info->propertyIndex(), &scriptValue);
779 target->setProperty(info->propertyIndex(), scriptValue);