Home
last modified time | relevance | path

Searched refs:collapse_with_set (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/taffy/src/compute/
Dblock.rs538 .collapse_with_set(top_margin_set) in perform_final_layout_on_in_flow_children()
539 .collapse_with_set(bottom_margin_set); in perform_final_layout_on_in_flow_children()
541 … first_child_top_margin_set = first_child_top_margin_set.collapse_with_set(top_margin_set); in perform_final_layout_on_in_flow_children()
549 .collapse_with_set(top_margin_set) in perform_final_layout_on_in_flow_children()
550 .collapse_with_set(bottom_margin_set); in perform_final_layout_on_in_flow_children()
/external/rust/android-crates-io/crates/taffy/src/tree/
Dlayout.rs64 pub fn collapse_with_set(mut self, other: CollapsibleMarginSet) -> Self { in collapse_with_set() method