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

/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp1612 bool isMatrixAnimation = !listsMatch || !PlatformCAAnimation::supportsValueFunction(); local
1614 size_t numAnimations = isMatrixAnimation ? 1 : functionList.size();
1619 TransformOperation::OperationType transformOp = isMatrixAnimation ? TransformOperation::MATRIX_3D : functionList[animationIndex];
1633 validMatrices = setTransformAnimationKeyframes(valueList, animation, caAnimation.get(), animationIndex, transformOp, isMatrixAnimation, boxSize);
1636 validMatrices = setTransformAnimationEndpoints(valueList, animation, caAnimation.get(), animationIndex, transformOp, isMatrixAnimation, boxSize);
1764 bool GraphicsLayerCA::setTransformAnimationEndpoints(const KeyframeValueList& valueList, const Animation* anim, PlatformCAAnimation* basicAnim, int functionIndex, TransformOperation::OperationType transformOpType, bool isMatrixAnimation, const IntSize& boxSize) argument
1770 if (isMatrixAnimation) {
1823 bool GraphicsLayerCA::setTransformAnimationKeyframes(const KeyframeValueList& valueList, const Animation* animation, PlatformCAAnimation* keyframeAnim, int functionIndex, TransformOperation::OperationType transformOpType, bool isMatrixAnimation, const IntSize& boxSize) argument
1835 if (isMatrixAnimation) {

Completed in 634 milliseconds