Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/taffy/src/compute/
Dblock.rs18 struct BlockItem { struct
20 node_id: NodeId,
24 order: u32,
27 is_table: bool,
30 size: Size<Option<f32>>,
32 min_size: Size<Option<f32>>,
34 max_size: Size<Option<f32>>,
37 overflow: Point<Overflow>,
39 scrollbar_width: f32,
42 position: Position,
[all …]
/external/skia/src/base/
DSkTBlockList.h423 using BlockItem = typename BlockIter::Item; variable