HomeSort by relevance Sort by last modified time
    Searched refs:getArrayInt (Results 1 - 2 of 2) sorted by null

  /external/skia/include/animator/
SkAnimator.h 222 int32_t getArrayInt(const SkDisplayable* element, const SkMemberInfo* field, int index);
230 int32_t getArrayInt(const char* elementID, const char* fieldName, int index);
  /external/skia/src/animator/
SkAnimator.cpp 234 int32_t SkAnimator::getArrayInt(const SkDisplayable* ae,
241 int32_t SkAnimator::getArrayInt(const char* id, const char* fieldID, int index) {
248 return getArrayInt(element, field, index);

Completed in 84 milliseconds