Home
last modified time | relevance | path

Searched refs:NS_STYLE_GRADIENT_SIZE_CLOSEST_SIDE (Results 1 – 8 of 8) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/
H A Dconversions.rs185 …use gecko_bindings::structs::{NS_STYLE_GRADIENT_SIZE_CLOSEST_SIDE, NS_STYLE_GRADIENT_SIZE_EXPLICIT… in set_gradient()
281 ShapeExtent::ClosestSide => NS_STYLE_GRADIENT_SIZE_CLOSEST_SIDE, in set_gradient()
285 ShapeExtent::Contain => NS_STYLE_GRADIENT_SIZE_CLOSEST_SIDE, in set_gradient()
434 …use gecko_bindings::structs::{NS_STYLE_GRADIENT_SIZE_CLOSEST_SIDE, NS_STYLE_GRADIENT_SIZE_EXPLICIT… in get_gradient()
497 NS_STYLE_GRADIENT_SIZE_CLOSEST_SIDE => ShapeExtent::ClosestSide, in get_gradient()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleConsts.h993 #define NS_STYLE_GRADIENT_SIZE_CLOSEST_SIDE 0 macro
H A DnsCSSProps.cpp1797 {eCSSKeyword_closest_side, NS_STYLE_GRADIENT_SIZE_CLOSEST_SIDE},
1804 {eCSSKeyword_closest_side, NS_STYLE_GRADIENT_SIZE_CLOSEST_SIDE},
1809 {eCSSKeyword_contain, NS_STYLE_GRADIENT_SIZE_CLOSEST_SIDE},
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleConsts.h1089 #define NS_STYLE_GRADIENT_SIZE_CLOSEST_SIDE 0
H A DnsCSSProps.cpp1942 { eCSSKeyword_closest_side, NS_STYLE_GRADIENT_SIZE_CLOSEST_SIDE },
1950 { eCSSKeyword_closest_side, NS_STYLE_GRADIENT_SIZE_CLOSEST_SIDE },
1955 { eCSSKeyword_contain, NS_STYLE_GRADIENT_SIZE_CLOSEST_SIDE },
/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/
H A DnsCSSRenderingGradients.cpp147 case NS_STYLE_GRADIENT_SIZE_CLOSEST_SIDE: in ComputeRadialGradientLine()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsCSSRendering.cpp2203 case NS_STYLE_GRADIENT_SIZE_CLOSEST_SIDE: in ComputeRadialGradientLine()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs704 pub const NS_STYLE_GRADIENT_SIZE_CLOSEST_SIDE: u32 = 0; const