Home
last modified time | relevance | path

Searched defs:PropertyAnimation (Results 1 – 13 of 13) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DAnimationStorageData.h27 struct PropertyAnimation { struct
28 struct SegmentData {
37 nsTArray<SegmentData> mSegments;
38 TimingParams mTiming;
65 struct PropertyAnimationGroup { argument
68 nsTArray<PropertyAnimation> mAnimations; argument
/dports/www/firefox/firefox-99.0/gfx/layers/
H A DAnimationStorageData.h27 struct PropertyAnimation { struct
28 struct SegmentData {
37 nsTArray<SegmentData> mSegments;
38 TimingParams mTiming;
65 struct PropertyAnimationGroup { argument
68 nsTArray<PropertyAnimation> mAnimations; argument
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DAnimationStorageData.h27 struct PropertyAnimation { struct
28 struct SegmentData {
37 nsTArray<SegmentData> mSegments;
38 TimingParams mTiming;
65 struct PropertyAnimationGroup { argument
68 nsTArray<PropertyAnimation> mAnimations; argument
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DAnimationStorageData.h26 struct PropertyAnimation { struct
27 struct SegmentData {
57 struct PropertyAnimationGroup { argument
60 nsTArray<PropertyAnimation> mAnimations; argument
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/
H A Danimation.rs265 pub struct PropertyAnimation { struct
269 /// The timing function of this `PropertyAnimation`. argument
272 /// The duration of this `PropertyAnimation` in seconds. argument
276 impl PropertyAnimation { impl
293 ) -> Option<PropertyAnimation> { in from_longhand()
382 expired_transitions: &[PropertyAnimation], in update_transitions()
434 expired_transitions: &[PropertyAnimation], in start_transitions_if_applicable()
H A Dmatching.rs610 expired_transitions: &mut Vec<crate::animation::PropertyAnimation>, in collect_and_update_style_for_expired_transitions()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/
H A Danimation.rs258 pub struct PropertyAnimation { struct
264 impl PropertyAnimation { argument
278 ) -> Vec<PropertyAnimation> { in from_transition()
321 ) -> Option<PropertyAnimation> { in from_longhand()
H A Dmatching.rs569 possibly_expired_animations: &mut Vec<::animation::PropertyAnimation>, in update_animations_for_cascade()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Core/AnimationMetrics/
H A Dmod.rs537 pub struct PropertyAnimation(::windows::runtime::IInspectable); struct
538 impl PropertyAnimation { impl
579 unsafe impl ::windows::runtime::RuntimeType for PropertyAnimation { implementation
582 unsafe impl ::windows::runtime::Interface for PropertyAnimation { implementation
586 impl ::windows::runtime::RuntimeName for PropertyAnimation { implementation
599 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for PropertyAnimation { implementation
604 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &PropertyAnimation { implementation
639 impl<'a> ::windows::runtime::IntoParam<'a, IPropertyAnimation> for PropertyAnimation { implementation
644 impl<'a> ::windows::runtime::IntoParam<'a, IPropertyAnimation> for &PropertyAnimation { implementation
649 unsafe impl ::std::marker::Send for PropertyAnimation {} implementation
[all …]
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/
H A Danimation.rs41 pub struct PropertyAnimation { struct
48 /// The timing function of this `PropertyAnimation`. argument
51 /// The duration of this `PropertyAnimation` in seconds. argument
55 impl PropertyAnimation { impl
68 ) -> Option<PropertyAnimation> { in from_longhand()
/dports/www/firefox/firefox-99.0/servo/components/style/
H A Danimation.rs42 pub struct PropertyAnimation { struct
49 /// The timing function of this `PropertyAnimation`. argument
52 /// The duration of this `PropertyAnimation` in seconds. argument
56 impl PropertyAnimation { impl
69 ) -> Option<PropertyAnimation> { in from_longhand()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/
H A Danimation.rs41 pub struct PropertyAnimation { struct
48 /// The timing function of this `PropertyAnimation`. argument
51 /// The duration of this `PropertyAnimation` in seconds. argument
55 impl PropertyAnimation { impl
68 ) -> Option<PropertyAnimation> { in from_longhand()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/UI/Core/AnimationMetrics/
H A Dmod.rs83 pub type PropertyAnimation = *mut ::core::ffi::c_void; typedef