Lines Matching defs:info
111 const SkMemberInfo * info = animator->fFieldInfo;
113 SkASSERT(info != NULL);
114 SkDisplayTypes type = (SkDisplayTypes) info->fType;
126 executor->executeFunction(target, info->functionIndex(), typedValues, info->getType(), NULL);
130 scriptValue.fType = info->getType();
131 target->setProperty(info->propertyIndex(), scriptValue);
145 // SkASSERT(type == SkType_ARGB || type == SkType_String ||info->isSettable());
147 info->setString(target, values->fString);
149 target->setReference(info, values->fDisplayable);
151 info->setValue(target, values, count);
457 const SkMemberInfo* info = animate->fFieldInfo;
458 SkDisplayTypes type = (SkDisplayTypes) info->fType;
462 size_t size = info->getSize(target);
468 info->getValue(target, last, count);
471 info->setValue(target, fActive->fSaveRestore[activeIndex], count);
474 SkDEBUGCODE(bool success = ) target->getProperty(info->propertyIndex(), &scriptValue);
478 target->setProperty(info->propertyIndex(), scriptValue);
738 const SkMemberInfo * info = animate->fFieldInfo;
741 // info = animate->getResolvedInfo();
742 SkDisplayTypes type = (SkDisplayTypes) info->fType;
745 size_t size = info->getSize(target);
759 info->getValue(target, fActive->fSaveRestore[activeIndex], count);
761 info->setValue(target, last.begin(), count);
764 SkDEBUGCODE(bool success = ) target->getProperty(info->propertyIndex(), &scriptValue);
772 target->setProperty(info->propertyIndex(), scriptValue);