Searched defs:functionIndex (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/animator/
H A DSkMemberInfo.h49 int functionIndex() const { function in struct:SkMemberInfo
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp1764 bool GraphicsLayerCA::setTransformAnimationEndpoints(const KeyframeValueList& valueList, const Animation* anim, PlatformCAAnimation* basicAnim, int functionIndex, TransformOperation::OperationType transformOpType, bool isMatrixAnimation, const IntSize& boxSize) argument
1784 getTransformFunctionValue(startValue->value()->at(functionIndex), transformOpType, boxSize, fromValue);
1788 getTransformFunctionValue(endValue->value()->at(functionIndex), transformOpType, boxSize, toValue);
1792 getTransformFunctionValue(startValue->value()->at(functionIndex), transformOpType, boxSize, fromValue);
1796 getTransformFunctionValue(endValue->value()->at(functionIndex), transformOpType, boxSize, toValue);
1800 getTransformFunctionValue(startValue->value()->at(functionIndex), transformOpType, boxSize, fromValue);
1804 getTransformFunctionValue(endValue->value()->at(functionIndex), transformOpType, boxSize, toValue);
1823 bool GraphicsLayerCA::setTransformAnimationKeyframes(const KeyframeValueList& valueList, const Animation* animation, PlatformCAAnimation* keyframeAnim, int functionIndex, TransformOperation::OperationType transformOpType, bool isMatrixAnimation, const IntSize& boxSize) argument
1845 const TransformOperation* transformOp = curValue->value()->at(functionIndex);

Completed in 232 milliseconds