Searched refs:getArrayCommon (Results 1 - 2 of 2) sorted by relevance

/external/skia/legacy/src/animator/
H A DSkAnimator.cpp226 static bool getArrayCommon(const SkDisplayable* ae, const SkMemberInfo* ai, function
237 bool result = getArrayCommon(ae, ai, index, &operand, SkType_Int);
254 bool result = getArrayCommon(ae, ai, index, &operand, SkType_Float);
271 bool result = getArrayCommon(ae, ai, index, &operand, SkType_String);
/external/skia/src/animator/
H A DSkAnimator.cpp226 static bool getArrayCommon(const SkDisplayable* ae, const SkMemberInfo* ai, function
237 bool result = getArrayCommon(ae, ai, index, &operand, SkType_Int);
254 bool result = getArrayCommon(ae, ai, index, &operand, SkType_Float);
271 bool result = getArrayCommon(ae, ai, index, &operand, SkType_String);

Completed in 66 milliseconds