Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/taffy/src/style/
Dgrid.rs201 fn from_line_index(index: i16) -> Self { in from_line_index() method
206 fn from_line_index(index: i16) -> Self { in from_line_index() method
207 Line { start: GridPlacement::from_line_index(index), end: GridPlacement::Auto } in from_line_index()
/external/rust/android-crates-io/crates/taffy/src/
Dstyle_helpers.rs45 T::from_line_index(index) in line()
50 fn from_line_index(index: i16) -> Self; in from_line_index() method