Home
last modified time | relevance | path

Searched defs:get_core_container_style (Results 1 – 5 of 5) sorted by relevance

/external/rust/android-crates-io/crates/taffy/src/tree/
Dtraits.rs181 fn get_core_container_style(&self, node_id: NodeId) -> Self::CoreContainerStyle<'_>; in get_core_container_style() method
Dtaffy_tree.rs330 fn get_core_container_style(&self, node_id: NodeId) -> Self::CoreContainerStyle<'_> { in get_core_container_style() function
/external/rust/android-crates-io/crates/taffy/examples/
Dcustom_tree_owned_partial.rs141 fn get_core_container_style(&self, node_id: NodeId) -> Self::CoreContainerStyle<'_> { in get_core_container_style() method
Dcustom_tree_owned_unsafe.rs138 fn get_core_container_style(&self, node_id: NodeId) -> Self::CoreContainerStyle<'_> { in get_core_container_style() method
Dcustom_tree_vec.rs147 fn get_core_container_style(&self, node_id: NodeId) -> Self::CoreContainerStyle<'_> { in get_core_container_style() method