Home
last modified time | relevance | path

Searched refs:CanSkipCompose (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DAnimationHelper.cpp33 enum class CanSkipCompose { enum
39 const AnimatedValue* aPreviousValue, CanSkipCompose aCanSkipCompose, in SampleAnimationForProperty()
128 if (aCanSkipCompose == CanSkipCompose::IfPossible && in SampleAnimationForProperty()
164 if (aCanSkipCompose == CanSkipCompose::IfPossible && in SampleAnimationForProperty()
223 CanSkipCompose canSkipCompose = in SampleAnimationForEachNode()
226 ? CanSkipCompose::IfPossible in SampleAnimationForEachNode()
227 : CanSkipCompose::No; in SampleAnimationForEachNode()
/dports/www/firefox/firefox-99.0/gfx/layers/
H A DAnimationHelper.cpp33 enum class CanSkipCompose { enum
39 const AnimatedValue* aPreviousValue, CanSkipCompose aCanSkipCompose, in SampleAnimationForProperty()
128 if (aCanSkipCompose == CanSkipCompose::IfPossible && in SampleAnimationForProperty()
164 if (aCanSkipCompose == CanSkipCompose::IfPossible && in SampleAnimationForProperty()
223 CanSkipCompose canSkipCompose = in SampleAnimationForEachNode()
226 ? CanSkipCompose::IfPossible in SampleAnimationForEachNode()
227 : CanSkipCompose::No; in SampleAnimationForEachNode()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DAnimationHelper.cpp33 enum class CanSkipCompose { enum
39 const AnimatedValue* aPreviousValue, CanSkipCompose aCanSkipCompose, in SampleAnimationForProperty()
128 if (aCanSkipCompose == CanSkipCompose::IfPossible && in SampleAnimationForProperty()
164 if (aCanSkipCompose == CanSkipCompose::IfPossible && in SampleAnimationForProperty()
223 CanSkipCompose canSkipCompose = in SampleAnimationForEachNode()
226 ? CanSkipCompose::IfPossible in SampleAnimationForEachNode()
227 : CanSkipCompose::No; in SampleAnimationForEachNode()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DAnimationHelper.cpp132 enum class CanSkipCompose { enum
138 const AnimatedValue* aPreviousValue, CanSkipCompose aCanSkipCompose, in SampleAnimationForProperty()
227 if (aCanSkipCompose == CanSkipCompose::IfPossible && in SampleAnimationForProperty()
263 if (aCanSkipCompose == CanSkipCompose::IfPossible && in SampleAnimationForProperty()
322 CanSkipCompose canSkipCompose = in SampleAnimationForEachNode()
325 ? CanSkipCompose::IfPossible in SampleAnimationForEachNode()
326 : CanSkipCompose::No; in SampleAnimationForEachNode()