Home
last modified time | relevance | path

Searched refs:functionIndex (Results 1 – 9 of 9) 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.h61 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/WebCore/platform/graphics/mac/
DGraphicsLayerCA.h140 …ts(const KeyframeValueList&, const Animation*, CABasicAnimation*, int functionIndex, TransformOper…
141 …const KeyframeValueList&, const Animation*, CAKeyframeAnimation*, int functionIndex, TransformOper…
DGraphicsLayerCA.mm1460 …t& valueList, const Animation* anim, CABasicAnimation* basicAnim, int functionIndex, TransformOper…
1485 …fromValue = getTransformFunctionValue(startValue->value()->at(functionIndex), transformOp, boxSize…
1486 … toValue = getTransformFunctionValue(endValue->value()->at(functionIndex), transformOp, boxSize);
1505 …t, const Animation* animation, CAKeyframeAnimation* keyframeAnim, int functionIndex, TransformOper…
1527 const TransformOperation* transformOp = curValue->value()->at(functionIndex);
/external/webkit/JavaScriptCore/bytecode/
DCodeBlock.h396 …t, int functionIndex) { createRareDataIfNecessary(); m_rareData->m_functionRegisterInfos.append(Fu… in addFunctionRegisterInfo() argument