Home
last modified time | relevance | path

Searched refs:mToValue (Results 1 – 25 of 58) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/dom/animation/
H A DAnimationPropertySegment.h21 AnimationValue mFromValue, mToValue; member
37 return !mToValue.IsNull() && in HasReplaceableToValue()
43 mFromValue == aOther.mFromValue && mToValue == aOther.mToValue &&
H A DKeyframeEffect.cpp424 (!segment.mToValue.IsNull() && segment.mToValue.IsCurrentColor())) { in HasCurrentColor()
1038 s.mToValue.SerializeSpecifiedValue(p.mProperty, aRawSet, toValue); in DumpAnimationProperties()
1195 property.mSegments[segmentIdx + 1].mFromValue != segment.mToValue) { in GetProperties()
1198 segment.mToValue, segment.mToComposite, rawSet, in GetProperties()
1851 property.mProperty, segment.mToValue, presContext, aComputedStyle); in CalculateCumulativeChangeHint()
1978 if (!segment.mToValue.IsNull()) { in ContainsAnimatedScale()
1979 gfx::Size to = segment.mToValue.GetScaleValue(aFrame); in ContainsAnimatedScale()
H A DCSSTransition.cpp304 const AnimationValue& replacedTo = mReplacedTransition->mToValue; in UpdateStartValueFromReplacedTransition()
323 mTransitionToValue = aEffect->Properties()[0].mSegments[0].mToValue; in SetEffectFromStyle()
H A DCSSTransition.h134 AnimationValue mFromValue, mToValue; member
/dports/lang/spidermonkey78/firefox-78.9.0/dom/animation/
H A DAnimationPropertySegment.h21 AnimationValue mFromValue, mToValue; member
37 return !mToValue.IsNull() && in HasReplaceableToValue()
43 mFromValue == aOther.mFromValue && mToValue == aOther.mToValue &&
H A DKeyframeEffect.cpp426 (!segment.mToValue.IsNull() && segment.mToValue.IsCurrentColor())) { in HasCurrentColor()
1008 s.mToValue.SerializeSpecifiedValue(p.mProperty, aRawSet, toValue); in DumpAnimationProperties()
1166 property.mSegments[segmentIdx + 1].mFromValue != segment.mToValue) { in GetProperties()
1169 segment.mToValue, segment.mToComposite, rawSet, in GetProperties()
1822 property.mProperty, segment.mToValue, presContext, aComputedStyle); in CalculateCumulativeChangeHint()
1949 if (!segment.mToValue.IsNull()) { in ContainsAnimatedScale()
1950 gfx::Size to = segment.mToValue.GetScaleValue(aFrame); in ContainsAnimatedScale()
H A DCSSTransition.cpp305 const AnimationValue& replacedTo = mReplacedTransition->mToValue; in UpdateStartValueFromReplacedTransition()
331 mTransitionToValue = keyframeEffect->Properties()[0].mSegments[0].mToValue; in SetEffectFromStyle()
H A DCSSTransition.h133 AnimationValue mFromValue, mToValue; member
/dports/www/firefox/firefox-99.0/dom/animation/
H A DAnimationPropertySegment.h21 AnimationValue mFromValue, mToValue; member
37 return !mToValue.IsNull() && in HasReplaceableToValue()
43 mFromValue == aOther.mFromValue && mToValue == aOther.mToValue &&
H A DKeyframeEffect.cpp425 (!segment.mToValue.IsNull() && segment.mToValue.IsCurrentColor())) { in HasCurrentColor()
1035 s.mToValue.SerializeSpecifiedValue(p.mProperty, aRawSet, toValue); in DumpAnimationProperties()
1189 property.mSegments[segmentIdx + 1].mFromValue != segment.mToValue) { in GetProperties()
1192 segment.mToValue, segment.mToComposite, rawSet, in GetProperties()
1839 property.mProperty, segment.mToValue, presContext, aComputedStyle); in CalculateCumulativeChangeHint()
1966 if (!segment.mToValue.IsNull()) { in ContainsAnimatedScale()
1967 gfx::Size to = segment.mToValue.GetScaleValue(aFrame); in ContainsAnimatedScale()
H A DCSSTransition.cpp310 const AnimationValue& replacedTo = mReplacedTransition->mToValue; in UpdateStartValueFromReplacedTransition()
329 mTransitionToValue = aEffect->Properties()[0].mSegments[0].mToValue; in SetEffectFromStyle()
H A DCSSTransition.h134 AnimationValue mFromValue, mToValue; member
/dports/mail/thunderbird/thunderbird-91.8.0/dom/animation/
H A DAnimationPropertySegment.h21 AnimationValue mFromValue, mToValue; member
37 return !mToValue.IsNull() && in HasReplaceableToValue()
43 mFromValue == aOther.mFromValue && mToValue == aOther.mToValue &&
H A DKeyframeEffect.cpp424 (!segment.mToValue.IsNull() && segment.mToValue.IsCurrentColor())) { in HasCurrentColor()
1038 s.mToValue.SerializeSpecifiedValue(p.mProperty, aRawSet, toValue); in DumpAnimationProperties()
1195 property.mSegments[segmentIdx + 1].mFromValue != segment.mToValue) { in GetProperties()
1198 segment.mToValue, segment.mToComposite, rawSet, in GetProperties()
1851 property.mProperty, segment.mToValue, presContext, aComputedStyle); in CalculateCumulativeChangeHint()
1978 if (!segment.mToValue.IsNull()) { in ContainsAnimatedScale()
1979 gfx::Size to = segment.mToValue.GetScaleValue(aFrame); in ContainsAnimatedScale()
H A DCSSTransition.cpp304 const AnimationValue& replacedTo = mReplacedTransition->mToValue; in UpdateStartValueFromReplacedTransition()
323 mTransitionToValue = aEffect->Properties()[0].mSegments[0].mToValue; in SetEffectFromStyle()
H A DCSSTransition.h134 AnimationValue mFromValue, mToValue; member
/dports/lang/spidermonkey60/firefox-60.9.0/dom/animation/
H A DAnimationPropertySegment.h21 AnimationValue mFromValue, mToValue; member
37 return !mToValue.IsNull() && in HasReplaceableToValue()
43 mFromValue == aOther.mFromValue && mToValue == aOther.mToValue &&
H A DKeyframeEffectReadOnly.cpp549 CompositeValue(aProperty.mProperty, aStyleRule, aSegment.mToValue.mGecko, in ComposeStyleRule()
569 lastSegment.mToValue.mGecko.IsNull() in ComposeStyleRule()
571 : lastSegment.mToValue.mGecko; in ComposeStyleRule()
996 s.mToValue.SerializeSpecifiedValue(p.mProperty, toValue); in DumpAnimationProperties()
1114 property.mSegments[segmentIdx + 1].mFromValue != segment.mToValue) { in GetProperties()
1117 segment.mToValue, segment.mToComposite, toValue); in GetProperties()
1702 property.mProperty, segment.mToValue, aStyleContext); in CalculateCumulativeChangeHint()
1827 if (!segment.mToValue.IsNull()) { in ContainsAnimatedScale()
1828 gfx::Size to = segment.mToValue.GetScaleValue(aFrame); in ContainsAnimatedScale()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/animation/
H A DKeyframeEffectReadOnly.h121 StyleAnimationValue mFromValue, mToValue; member
129 mToValue == aOther.mToValue &&
H A DKeyframeEffectReadOnly.cpp362 StyleAnimationValue toValue = segment->mToValue; in ComposeStyle()
374 lastSegment.mToValue, in ComposeStyle()
385 lastSegment.mToValue, in ComposeStyle()
744 s.mToValue, in DumpAnimationProperties()
875 property.mSegments[segmentIdx + 1].mFromValue != segment.mToValue) { in GetProperties()
878 Nothing(), segment.mToValue, toValue); in GetProperties()
1319 segment.mToValue, aStyleContext); in CalculateCumulativeChangeHint()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsTransitionManager.h74 return mProperties[0].mSegments[0].mToValue; in ToValue()
109 AnimationValue mFromValue, mToValue; member
H A DnsTransitionManager.cpp114 const AnimationValue& replacedTo = mReplacedTransition->mToValue; in UpdateStartValueFromReplacedTransition()
999 segment.mTimingFunction, segment.mFromValue, segment.mToValue})); in ConsiderInitiatingTransition()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/
H A DAnimationHelper.cpp124 aSegment.mToValue.mGecko.IsNull() || in SampleValue()
126 aSegment.mToValue.mGecko.GetUnit(), in SampleValue()
133 aAnimation.property(), aSegment.mToValue.mGecko, aUnderlyingValue, in SampleValue()
236 animSegment.mToValue = animData.mEndValues[segmentIndex]; in SampleAnimationForEachNode()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsTransitionManager.h76 return mProperties[0].mSegments[0].mToValue; in ToValue()
111 StyleAnimationValue mFromValue, mToValue; member
H A DnsTransitionManager.cpp115 mReplacedTransition->mToValue, in UpdateStartValueFromReplacedTransition()
926 segment.mToValue in ConsiderInitiatingTransition()

123