Searched refs:functionIndex (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/animator/ |
D | SkDisplayable.h | 61 virtual void executeFunction(SkDisplayable* , int functionIndex, 65 virtual void executeFunction2(SkDisplayable* , int functionIndex,
|
D | SkDisplayable.cpp | 434 executeFunction(target, info->functionIndex(), typedValues, info->getType(), value); in executeFunction() 464 int funcIndex = info->functionIndex(); in getParameters()
|
D | SkMemberInfo.h | 57 int functionIndex() const { in functionIndex() function
|
D | SkAnimatorScript2.cpp | 248 displayable->executeFunction2(displayable, info->functionIndex(), params, info->getType(), in invoke()
|
D | SkAnimatorScript.cpp | 314 displayable->executeFunction(displayable, info->functionIndex(), params, info->getType(), in EvalMemberFunction()
|
D | SkDisplayApply.cpp | 134 … executor->executeFunction(target, info->functionIndex(), typedValues, info->getType(), NULL); in applyValues()
|
/external/webkit/Source/WebCore/platform/graphics/ca/ |
D | GraphicsLayerCA.h | 174 …const KeyframeValueList&, const Animation*, PlatformCAAnimation*, int functionIndex, TransformOper… 175 …const KeyframeValueList&, const Animation*, PlatformCAAnimation*, int functionIndex, TransformOper…
|
D | GraphicsLayerCA.cpp | 1764 …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()
|