Home
last modified time | relevance | path

Searched defs:LayoutBlockContainer (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/taffy/src/compute/
Dblock.rs65 tree: &mut impl LayoutBlockContainer, in compute_block_layout()
125 fn compute_inner(tree: &mut impl LayoutBlockContainer, node_id: NodeId, inputs: LayoutInput) -> Lay… in compute_inner()
298 tree: &impl LayoutBlockContainer, in generate_item_list()
572 tree: &mut impl LayoutBlockContainer, in perform_absolute_layout_on_absolute_children()
/external/rust/android-crates-io/crates/taffy/src/tree/
Dtraits.rs288 pub trait LayoutBlockContainer: LayoutPartialTree { interface