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 229 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/
SkAnimator.cpp 242 int32_t SkAnimator::getArrayInt(const SkDisplayable* ae,
249 int32_t SkAnimator::getArrayInt(const char* id, const char* fieldID, int index) {
256 return getArrayInt(element, field, index);

Completed in 184 milliseconds