• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/

Lines Matching defs:boxSize

699 bool GraphicsLayerCA::addAnimation(const KeyframeValueList& valueList, const IntSize& boxSize, const Animation* anim, const String& animationName, double timeOffset)
713 createdAnimations = createTransformAnimationsFromKeyframes(valueList, anim, animationName, timeOffset, boxSize);
2084 bool GraphicsLayerCA::appendToUncommittedAnimations(const KeyframeValueList& valueList, const TransformOperations* operations, const Animation* animation, const String& animationName, const IntSize& boxSize, int animationIndex, double timeOffset, bool isMatrixAnimation)
2094 validMatrices = setTransformAnimationKeyframes(valueList, animation, caAnimation.get(), animationIndex, transformOp, isMatrixAnimation, boxSize);
2097 validMatrices = setTransformAnimationEndpoints(valueList, animation, caAnimation.get(), animationIndex, transformOp, isMatrixAnimation, boxSize);
2107 bool GraphicsLayerCA::createTransformAnimationsFromKeyframes(const KeyframeValueList& valueList, const Animation* animation, const String& animationName, double timeOffset, const IntSize& boxSize)
2142 if (!appendToUncommittedAnimations(valueList, operations, animation, animationName, boxSize, animationIndex, timeOffset, isMatrixAnimation)) {
2149 if (!appendToUncommittedAnimations(valueList, operations, animation, animationName, boxSize, animationIndex, timeOffset, isMatrixAnimation)) {
2347 bool GraphicsLayerCA::setTransformAnimationEndpoints(const KeyframeValueList& valueList, const Animation* animation, PlatformCAAnimation* basicAnim, int functionIndex, TransformOperation::OperationType transformOpType, bool isMatrixAnimation, const IntSize& boxSize)
2361 startValue.value().apply(boxSize, fromTransform);
2362 endValue.value().apply(boxSize, toTransform);
2373 getTransformFunctionValue(startValue.value().at(functionIndex), transformOpType, boxSize, fromValue);
2377 getTransformFunctionValue(endValue.value().at(functionIndex), transformOpType, boxSize, toValue);
2381 getTransformFunctionValue(startValue.value().at(functionIndex), transformOpType, boxSize, fromValue);
2385 getTransformFunctionValue(endValue.value().at(functionIndex), transformOpType, boxSize, toValue);
2389 getTransformFunctionValue(startValue.value().at(functionIndex), transformOpType, boxSize, fromValue);
2393 getTransformFunctionValue(endValue.value().at(functionIndex), transformOpType, boxSize, toValue);
2410 bool GraphicsLayerCA::setTransformAnimationKeyframes(const KeyframeValueList& valueList, const Animation* animation, PlatformCAAnimation* keyframeAnim, int functionIndex, TransformOperation::OperationType transformOpType, bool isMatrixAnimation, const IntSize& boxSize)
2427 curValue.value().apply(boxSize, transform);
2438 getTransformFunctionValue(transformOp, transformOpType, boxSize, value);
2442 getTransformFunctionValue(transformOp, transformOpType, boxSize, value);
2446 getTransformFunctionValue(transformOp, transformOpType, boxSize, value);