HomeSort by relevance Sort by last modified time
    Searched refs:animationMode (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.cpp 352 return value == sum || animationMode() == ByAnimation;
359 return value == sum && animationMode() != ToAnimation;
388 ASSERT(animationMode() == ValuesAnimation);
571 AnimationMode animationMode = this->animationMode();
577 || (animationMode == ValuesAnimation && m_values.size() - 1 != splinesCount)
585 if (animationMode == NoAnimation)
587 if (animationMode == FromToAnimation)
589 else if (animationMode == ToAnimation)
    [all...]
SVGAnimationElement.h 36 enum AnimationMode {
83 AnimationMode animationMode() const { return m_animationMode; }
122 if (animationMode() != ToAnimation)
140 if ((animationMode() == FromToAnimation && percentage > 0.5) || animationMode() == ToAnimation || percentage == 1) {
158 if (isAdditive() && animationMode() != ToAnimation)
199 void setAnimationMode(AnimationMode animationMode) { m_animationMode = animationMode; }
    [all...]
SVGAnimatedBoolean.cpp 75 bool fromBoolean = m_animationElement->animationMode() == ToAnimation ? animated->boolean() : from->boolean();
SVGAnimatedPreserveAspectRatio.cpp 75 const SVGPreserveAspectRatio& fromPreserveAspectRatio = m_animationElement->animationMode() == ToAnimation ? animated->preserveAspectRatio() : from->preserveAspectRatio();
SVGAnimatedInteger.cpp 86 int fromInteger = m_animationElement->animationMode() == ToAnimation ? animated->integer() : from->integer();
SVGAnimatedIntegerOptionalInteger.cpp 93 const pair<int, int>& fromIntegerPair = m_animationElement->animationMode() == ToAnimation ? animated->integerOptionalInteger() : from->integerOptionalInteger();
SVGAnimatedNumber.cpp 90 float fromNumber = m_animationElement->animationMode() == ToAnimation ? animated->number() : from->number();
SVGAnimatedNumberList.cpp 86 const SVGNumberList& fromNumberList = m_animationElement->animationMode() == ToAnimation ? animated->numberList() : from->numberList();
SVGAnimatedNumberOptionalNumber.cpp 90 const pair<float, float>& fromNumberPair = m_animationElement->animationMode() == ToAnimation ? animated->numberOptionalNumber() : from->numberOptionalNumber();
SVGAnimatedPointList.cpp 87 const SVGPointList& fromPointList = m_animationElement->animationMode() == ToAnimation ? animated->pointList() : from->pointList();
SVGAnimatedRect.cpp 79 const SVGRect& fromRect = m_animationElement->animationMode() == ToAnimation ? animated->rect() : from->rect();
SVGAnimateElement.cpp 170 if (animationMode() == ByAnimation && !isAdditive())
377 if (animationMode() == ByAnimation || animationMode() == FromByAnimation) {
SVGAnimatedAngle.cpp 101 const pair<SVGAngle, unsigned>& fromAngleAndEnumeration = m_animationElement->animationMode() == ToAnimation ? animated->angleAndEnumeration() : from->angleAndEnumeration();
SVGAnimatedColor.cpp 70 Color fromColor = m_animationElement->animationMode() == ToAnimation ? animated->color() : from->color();
SVGAnimatedEnumeration.cpp 150 unsigned fromEnumeration = m_animationElement->animationMode() == ToAnimation ? animated->enumeration() : from->enumeration();
SVGAnimatedLength.cpp 94 SVGLength fromSVGLength = m_animationElement->animationMode() == ToAnimation ? animated->length() : from->length();
SVGAnimatedLengthList.cpp 96 SVGLengthList fromLengthList = m_animationElement->animationMode() == ToAnimation ? animated->lengthList() : from->lengthList();
SVGAnimatedPath.cpp 115 bool isToAnimation = m_animationElement->animationMode() == ToAnimation;
SVGAnimatedTransformList.cpp 103 const SVGTransformList& fromTransformList = m_animationElement->animationMode() == ToAnimation ? animated->transformList() : from->transformList();
SVGAnimateMotionElement.cpp 234 if (animationMode() == ByAnimation && !isAdditive())
258 if (animationMode() != PathAnimation) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
CSSAnimationData.h 97 enum AnimationMode {
122 AnimationMode animationMode() const { return m_mode; }
133 void setAnimationMode(AnimationMode mode) { m_mode = mode; }
155 AnimationMode m_mode;
  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
CompositeAnimation.cpp 93 CSSAnimationData::AnimationMode mode = anim->animationMode();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java     [all...]

Completed in 469 milliseconds