Home | History | Annotate | Download | only in animator

Lines Matching refs:info

132     const SkMemberInfo* info = SkDisplayType::GetMember(&fMaker, type, &name);
133 if (info == NULL) {
138 if (info->setValue(fMaker, NULL, 0, info->getCount(), displayable, info->getType(), attrValue,
155 if (info->fType != SkType_MemberProperty) {
163 displayable->setProperty(info->propertyIndex(), scriptValue);
184 const SkMemberInfo* info =
187 if ((foundInfo = searchContainer(info, infoCount)) != NULL) {
274 const SkMemberInfo* info = &infoBase[index];
275 if (info->fType == SkType_BaseClassInfo) {
276 const SkMemberInfo* inherited = info->getInherited();
277 const SkMemberInfo* result = searchContainer(inherited, info->fCount);
283 SkDisplayTypes type = (SkDisplayTypes) info->fType;
285 type = info->propertyType();
297 return info;
304 if (info == parent->fDisplayable->preferredChild(type))
305 bestDisplayable = info;
307 lastResort = info;