Searched defs:SkMemberInfo (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/skia/src/animator/
H A DSkMemberInfo.h30 struct SkMemberInfo { struct
58 const SkMemberInfo* getInherited() const;
97 static const SkMemberInfo* Find(const SkMemberInfo [], int count, int* index);
98 static const SkMemberInfo* Find(const SkMemberInfo [], int count, const char** name);
100 static const SkMemberInfo* Find(SkDisplayTypes type, int* index);
101 static const SkMemberInfo* Find(SkDisplayTypes type, const char** name);
151 static const SkMemberInfo fInfo[]; \
153 virtual const SkMemberInfo* getMembe
[all...]
/external/skia/src/animator/
H A DSkMemberInfo.h30 struct SkMemberInfo { struct
58 const SkMemberInfo* getInherited() const;
97 static const SkMemberInfo* Find(const SkMemberInfo [], int count, int* index);
98 static const SkMemberInfo* Find(const SkMemberInfo [], int count, const char** name);
100 static const SkMemberInfo* Find(SkDisplayTypes type, int* index);
101 static const SkMemberInfo* Find(SkDisplayTypes type, const char** name);
151 static const SkMemberInfo fInfo[]; \
153 virtual const SkMemberInfo* getMembe
[all...]

Completed in 288 milliseconds