Home
last modified time | relevance | path

Searched refs:getArrayInt (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/animator/
DSkAnimator.h229 int32_t getArrayInt(const SkDisplayable* element, const SkMemberInfo* field, int index);
237 int32_t getArrayInt(const char* elementID, const char* fieldName, int index);
/external/skia/src/animator/
DSkAnimator.cpp242 int32_t SkAnimator::getArrayInt(const SkDisplayable* ae, in getArrayInt() function in SkAnimator
249 int32_t SkAnimator::getArrayInt(const char* id, const char* fieldID, int index) { in getArrayInt() function in SkAnimator
256 return getArrayInt(element, field, index); in getArrayInt()