Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/values/generics/
H A Dcalc.rs357 let min_cmp_center = match min.partial_cmp(&center) { in simplify_and_sort_direct_children() localVariable
364 if matches!(min_cmp_center, cmp::Ordering::Greater) { in simplify_and_sort_direct_children()
/dports/www/firefox/firefox-99.0/servo/components/style/values/generics/
H A Dcalc.rs359 let min_cmp_center = match min.partial_cmp(&center) { in simplify_and_sort_direct_children() localVariable
366 if matches!(min_cmp_center, cmp::Ordering::Greater) { in simplify_and_sort_direct_children()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/values/generics/
H A Dcalc.rs357 let min_cmp_center = match min.partial_cmp(&center) { in simplify_and_sort_direct_children() localVariable
364 if matches!(min_cmp_center, cmp::Ordering::Greater) { in simplify_and_sort_direct_children()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/values/generics/
H A Dcalc.rs350 let min_cmp_center = match min.partial_cmp(&center) { in simplify_and_sort_direct_children() localVariable
357 if matches!(min_cmp_center, cmp::Ordering::Greater) { in simplify_and_sort_direct_children()