Home
last modified time | relevance | path

Searched refs:functionIndex (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/animator/
DSkDisplayable.h61 virtual void executeFunction(SkDisplayable* , int functionIndex,
65 virtual void executeFunction2(SkDisplayable* , int functionIndex,
DSkDisplayable.cpp434 executeFunction(target, info->functionIndex(), typedValues, info->getType(), value); in executeFunction()
464 int funcIndex = info->functionIndex(); in getParameters()
DSkMemberInfo.h57 int functionIndex() const { in functionIndex() function
DSkAnimatorScript2.cpp248 displayable->executeFunction2(displayable, info->functionIndex(), params, info->getType(), in invoke()
DSkAnimatorScript.cpp314 displayable->executeFunction(displayable, info->functionIndex(), params, info->getType(), in EvalMemberFunction()
DSkDisplayApply.cpp134 … executor->executeFunction(target, info->functionIndex(), typedValues, info->getType(), NULL); in applyValues()
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.h174 …const KeyframeValueList&, const Animation*, PlatformCAAnimation*, int functionIndex, TransformOper…
175 …const KeyframeValueList&, const Animation*, PlatformCAAnimation*, int functionIndex, TransformOper…
DGraphicsLayerCA.cpp1764 …valueList, const Animation* anim, PlatformCAAnimation* basicAnim, int functionIndex, TransformOper… in setTransformAnimationEndpoints() argument
1784 …getTransformFunctionValue(startValue->value()->at(functionIndex), transformOpType, boxSize, fromVa… in setTransformAnimationEndpoints()
1788 …getTransformFunctionValue(endValue->value()->at(functionIndex), transformOpType, boxSize, toValue); in setTransformAnimationEndpoints()
1792 …getTransformFunctionValue(startValue->value()->at(functionIndex), transformOpType, boxSize, fromVa… in setTransformAnimationEndpoints()
1796 …getTransformFunctionValue(endValue->value()->at(functionIndex), transformOpType, boxSize, toValue); in setTransformAnimationEndpoints()
1800 …getTransformFunctionValue(startValue->value()->at(functionIndex), transformOpType, boxSize, fromVa… in setTransformAnimationEndpoints()
1804 …getTransformFunctionValue(endValue->value()->at(functionIndex), transformOpType, boxSize, toValue); in setTransformAnimationEndpoints()
1823 …t, const Animation* animation, PlatformCAAnimation* keyframeAnim, int functionIndex, TransformOper… in setTransformAnimationKeyframes() argument
1845 const TransformOperation* transformOp = curValue->value()->at(functionIndex); in setTransformAnimationKeyframes()