Home | History | Annotate | Download | only in animator

Lines Matching refs:SkMemberInfo

10 #include "SkMemberInfo.h"
53 const SkMemberInfo* SkDisplayType::GetMembers(SkAnimateMaker* , SkDisplayTypes type, int* infoCountPtr) {
63 const SkMemberInfo* SkDisplayType::GetMember(SkAnimateMaker* , SkDisplayTypes type, const char** matchPtr ) {
64 const SkMemberInfo* info = SkMemberInfo::Find(type, matchPtr);
69 static const SkMemberInfo* _lookup(int lookup, const char** matchPtr) {
71 const SkMemberInfo* info = gInfoTables[lookup];
74 const SkMemberInfo* result = _lookup(baseTypeLookup, matchPtr);
90 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, int* index) {
92 const SkMemberInfo* info = gInfoTables[lookup];
95 const SkMemberInfo* result = Find(baseTypeLookup, index);
110 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, const char** matchPtr) {
116 const SkMemberInfo* SkMemberInfo::getInherited() const {