Home
last modified time | relevance | path

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

123

/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/values/generics/
H A Dmotion.rs109 pub use self::GenericOffsetPath as OffsetPath;
111 impl<Angle> OffsetPath<Angle> { impl
115 OffsetPath::None in none()
/dports/www/firefox/firefox-99.0/servo/components/style/values/generics/
H A Dmotion.rs109 pub use self::GenericOffsetPath as OffsetPath;
111 impl<Angle> OffsetPath<Angle> { implementation
115 OffsetPath::None in none()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/values/generics/
H A Dmotion.rs109 pub use self::GenericOffsetPath as OffsetPath;
111 impl<Angle> OffsetPath<Angle> { implementation
115 OffsetPath::None in none()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/values/generics/
H A Dmotion.rs109 pub use self::GenericOffsetPath as OffsetPath;
111 impl<Angle> OffsetPath<Angle> { impl
115 OffsetPath::None in none()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/values/specified/
H A Dmotion.rs17 pub type OffsetPath = GenericOffsetPath<Angle>; typedef
75 impl Parse for OffsetPath { implementation
82 return Ok(OffsetPath::none()); in parse()
/dports/www/firefox/firefox-99.0/servo/components/style/values/specified/
H A Dmotion.rs17 pub type OffsetPath = GenericOffsetPath<Angle>; typedef
75 impl Parse for OffsetPath { implementation
82 return Ok(OffsetPath::none()); in parse()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/values/specified/
H A Dmotion.rs17 pub type OffsetPath = GenericOffsetPath<Angle>; typedef
75 impl Parse for OffsetPath { implementation
82 return Ok(OffsetPath::none()); in parse()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/values/specified/
H A Dmotion.rs17 pub type OffsetPath = GenericOffsetPath<Angle>; typedef
73 impl Parse for OffsetPath { implementation
80 return Ok(OffsetPath::none()); in parse()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Dcss_path_interpolation_type.cc27 BasicShape* offset_path = style.OffsetPath(); in GetPath()
30 return To<StylePath>(style.OffsetPath()); in GetPath()
H A Dcss_ray_interpolation_type.cc75 BasicShape* offset_path = style.OffsetPath(); in GetRay()
78 return To<StyleRay>(style.OffsetPath()); in GetRay()
/dports/biology/muscle/muscle-3.8.1551/
H A Dglbaligndiag.cpp15 static void OffsetPath(PWPath &Path, unsigned uOffsetA, unsigned uOffsetB) in OffsetPath() function
138 OffsetPath(RegPath, uRegStartPosA, uRegStartPosB); in GlobalAlignDiags()
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/umuscle/src/muscle/
H A Dglbaligndiag.cpp16 static void OffsetPath(PWPath &Path, unsigned uOffsetA, unsigned uOffsetB) in OffsetPath() function
144 OffsetPath(RegPath, uRegStartPosA, uRegStartPosB); in GlobalAlignDiags()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Dcss_ray_interpolation_type.cc75 BasicShape* offset_path = style.OffsetPath(); in GetRay()
78 return To<StyleRay>(style.OffsetPath()); in GetRay()
H A Dcss_path_interpolation_type.cc29 return DynamicTo<StylePath>(style.OffsetPath()); in GetPath()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/values/computed/
H A Dmotion.rs12 pub type OffsetPath = GenericOffsetPath<Angle>; typedef
/dports/www/firefox/firefox-99.0/servo/components/style/values/computed/
H A Dmotion.rs12 pub type OffsetPath = GenericOffsetPath<Angle>; typedef
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/values/computed/
H A Dmotion.rs12 pub type OffsetPath = GenericOffsetPath<Angle>; typedef
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/values/computed/
H A Dmotion.rs12 pub type OffsetPath = GenericOffsetPath<Angle>; typedef
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/properties/shorthands/
H A Dbox.mako.rs368 use crate::values::specified::motion::{OffsetPath, OffsetRotate};
380 let offset_path = OffsetPath::parse(context, input)?; in parse_value()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/properties/shorthands/
H A Dbox.mako.rs368 use crate::values::specified::motion::{OffsetPath, OffsetRotate};
380 let offset_path = OffsetPath::parse(context, input)?; in parse_value()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/properties/shorthands/
H A Dbox.mako.rs375 use crate::values::specified::motion::{OffsetPath, OffsetRotate};
387 let offset_path = OffsetPath::parse(context, input)?; in parse_value()
/dports/www/firefox/firefox-99.0/servo/components/style/properties/shorthands/
H A Dbox.mako.rs419 use crate::values::specified::motion::{OffsetPath, OffsetRotate};
431 let offset_path = OffsetPath::parse(context, input)?; in parse_value()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_property_equality.cc212 return DataEquivalent(a.OffsetPath(), b.OffsetPath()); in PropertiesEqual()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_property_equality.cc214 return DataEquivalent(a.OffsetPath(), b.OffsetPath()); in PropertiesEqual()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DServoBindings.toml431 { gecko = "StyleOffsetPath", servo = "values::computed::motion::OffsetPath" },
432 { gecko = "StyleGenericOffsetPath", servo = "values::generics::motion::OffsetPath" },

123