Searched refs:functionIndex (Results 1 – 9 of 9) 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 | 61 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/WebCore/platform/graphics/mac/ |
D | GraphicsLayerCA.h | 140 …ts(const KeyframeValueList&, const Animation*, CABasicAnimation*, int functionIndex, TransformOper… 141 …const KeyframeValueList&, const Animation*, CAKeyframeAnimation*, int functionIndex, TransformOper…
|
D | GraphicsLayerCA.mm | 1460 …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/ |
D | CodeBlock.h | 396 …t, int functionIndex) { createRareDataIfNecessary(); m_rareData->m_functionRegisterInfos.append(Fu… in addFunctionRegisterInfo() argument
|