Searched refs:functionIndex (Results 1 - 9 of 9) sorted by relevance

/external/skia/src/animator/
H A DSkDisplayable.h61 virtual void executeFunction(SkDisplayable* , int functionIndex,
65 virtual void executeFunction2(SkDisplayable* , int functionIndex,
H A DSkDisplayable.cpp434 executeFunction(target, info->functionIndex(), typedValues, info->getType(), value);
464 int funcIndex = info->functionIndex();
H A DSkMemberInfo.h57 int functionIndex() const { function in struct:SkMemberInfo
H A DSkAnimatorScript2.cpp248 displayable->executeFunction2(displayable, info->functionIndex(), params, info->getType(),
H A DSkAnimatorScript.cpp314 displayable->executeFunction(displayable, info->functionIndex(), params, info->getType(),
H A DSkDisplayApply.cpp134 executor->executeFunction(target, info->functionIndex(), typedValues, info->getType(), NULL);
/external/webkit/WebCore/platform/graphics/mac/
H A DGraphicsLayerCA.h157 bool setTransformAnimationEndpoints(const KeyframeValueList&, const Animation*, CABasicAnimation*, int functionIndex, TransformOperation::OperationType, bool isMatrixAnimation, const IntSize& boxSize);
158 bool setTransformAnimationKeyframes(const KeyframeValueList&, const Animation*, CAKeyframeAnimation*, int functionIndex, TransformOperation::OperationType, bool isMatrixAnimation, const IntSize& boxSize);
H A DGraphicsLayerCA.mm1947 bool GraphicsLayerCA::setTransformAnimationEndpoints(const KeyframeValueList& valueList, const Animation* anim, CABasicAnimation* basicAnim, int functionIndex, TransformOperation::OperationType transformOp, bool isMatrixAnimation, const IntSize& boxSize)
1972 fromValue = getTransformFunctionValue(startValue->value()->at(functionIndex), transformOp, boxSize);
1973 toValue = getTransformFunctionValue(endValue->value()->at(functionIndex), transformOp, boxSize);
1992 bool GraphicsLayerCA::setTransformAnimationKeyframes(const KeyframeValueList& valueList, const Animation* animation, CAKeyframeAnimation* keyframeAnim, int functionIndex, TransformOperation::OperationType transformOpType, bool isMatrixAnimation, const IntSize& boxSize)
2014 const TransformOperation* transformOp = curValue->value()->at(functionIndex);
/external/webkit/JavaScriptCore/bytecode/
H A DCodeBlock.h408 void addFunctionRegisterInfo(unsigned bytecodeOffset, int functionIndex) { createRareDataIfNecessary(); m_rareData->m_functionRegisterInfos.append(FunctionRegisterInfo(bytecodeOffset, functionIndex)); } argument

Completed in 84 milliseconds