Home
last modified time | relevance | path

Searched refs:animationMode (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimationElement.cpp352 return value == sum || animationMode() == ByAnimation; in isAdditive()
359 return value == sum && animationMode() != ToAnimation; in isAccumulated()
388 ASSERT(animationMode() == ValuesAnimation); in calculateKeyTimesForCalcModePaced()
570 AnimationMode animationMode = this->animationMode(); in startedActiveInterval() local
576 || (animationMode == ValuesAnimation && m_values.size() - 1 != splinesCount) in startedActiveInterval()
584 if (animationMode == NoAnimation) in startedActiveInterval()
586 if (animationMode == FromToAnimation) in startedActiveInterval()
588 else if (animationMode == ToAnimation) { in startedActiveInterval()
592 } else if (animationMode == FromByAnimation) in startedActiveInterval()
594 else if (animationMode == ByAnimation) in startedActiveInterval()
[all …]
DSVGAnimationElement.h83 AnimationMode animationMode() const { return m_animationMode; } in animationMode() function
122 if (animationMode() != ToAnimation)
140 …if ((animationMode() == FromToAnimation && percentage > 0.5) || animationMode() == ToAnimation || … in animateDiscreteType()
158 if (isAdditive() && animationMode() != ToAnimation) in animateAdditiveNumber()
199 void setAnimationMode(AnimationMode animationMode) { m_animationMode = animationMode; } in setAnimationMode() argument
DSVGAnimateElement.cpp167 if (animationMode() == ByAnimation && !isAdditive()) in calculateFromAndByValues()
171 if (animationMode() == FromByAnimation && !animatedPropertyTypeSupportsAddition()) in calculateFromAndByValues()
397 if (animationMode() == ByAnimation || animationMode() == FromByAnimation) in isAdditive()
DSVGAnimatedBoolean.cpp75 …bool fromBoolean = m_animationElement->animationMode() == ToAnimation ? animated->boolean() : from… in calculateAnimatedValue()
DSVGAnimatedPreserveAspectRatio.cpp75 …const SVGPreserveAspectRatio& fromPreserveAspectRatio = m_animationElement->animationMode() == ToA… in calculateAnimatedValue()
DSVGAnimateMotionElement.cpp239 if (animationMode() == ByAnimation && !isAdditive()) in calculateFromAndByValues()
263 if (animationMode() != PathAnimation) { in calculateAnimatedValue()
DSVGAnimatedInteger.cpp86 …int fromInteger = m_animationElement->animationMode() == ToAnimation ? animated->integer() : from-… in calculateAnimatedValue()
DSVGAnimatedNumber.cpp90 …float fromNumber = m_animationElement->animationMode() == ToAnimation ? animated->number() : from-… in calculateAnimatedValue()
DSVGAnimatedNumberList.cpp86 …const SVGNumberList& fromNumberList = m_animationElement->animationMode() == ToAnimation ? animate… in calculateAnimatedValue()
DSVGAnimatedIntegerOptionalInteger.cpp93 …const pair<int, int>& fromIntegerPair = m_animationElement->animationMode() == ToAnimation ? anima… in calculateAnimatedValue()
DSVGAnimatedRect.cpp79 …const SVGRect& fromRect = m_animationElement->animationMode() == ToAnimation ? animated->rect() : … in calculateAnimatedValue()
DSVGAnimatedNumberOptionalNumber.cpp90 …const pair<float, float>& fromNumberPair = m_animationElement->animationMode() == ToAnimation ? an… in calculateAnimatedValue()
DSVGAnimatedPointList.cpp86 …const SVGPointList& fromPointList = m_animationElement->animationMode() == ToAnimation ? animated-… in calculateAnimatedValue()
DSVGAnimatedColor.cpp70 …Color fromColor = m_animationElement->animationMode() == ToAnimation ? animated->color() : from->c… in calculateAnimatedValue()
DSVGAnimatedLength.cpp94 …SVGLength fromSVGLength = m_animationElement->animationMode() == ToAnimation ? animated->length() … in calculateAnimatedValue()
DSVGAnimatedTransformList.cpp103 …const SVGTransformList& fromTransformList = m_animationElement->animationMode() == ToAnimation ? a… in calculateAnimatedValue()
DSVGAnimatedLengthList.cpp96 …SVGLengthList fromLengthList = m_animationElement->animationMode() == ToAnimation ? animated->leng… in calculateAnimatedValue()
DSVGAnimatedPath.cpp115 bool isToAnimation = m_animationElement->animationMode() == ToAnimation; in calculateAnimatedValue()
DSVGAnimatedEnumeration.cpp150 …unsigned fromEnumeration = m_animationElement->animationMode() == ToAnimation ? animated->enumerat… in calculateAnimatedValue()
DSVGAnimatedAngle.cpp94 …const pair<SVGAngle, unsigned>& fromAngleAndEnumeration = m_animationElement->animationMode() == T… in calculateAnimatedValue()
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
DCSSAnimationData.h122 AnimationMode animationMode() const { return m_mode; } in animationMode() function
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCompositeAnimation.cpp91 CSSAnimationData::AnimationMode mode = anim->animationMode(); in updateTransitions()
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
DStyleBuilderFunctions.cpp.tmpl71 list->animation(i)->setAnimationMode(parentList->animation(i)->animationMode());
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.cpp606 CSSAnimationData::AnimationMode mode = anim->animationMode(); in calculateTransitionUpdate()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp1176 if (p->animationMode() == CSSAnimationData::AnimateAll || p->property() == property) { in transitionForProperty()

12