Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/plotters/examples/
Drelative_size.rs37 let (left, right) = root.split_horizontally((70).percent_width()); in main()
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/drawing/
Darea.rs432 pub fn split_horizontally<S: SizeDesc>(&self, x: S) -> (Self, Self) { in split_horizontally() method
626 let (left, right) = drawing_area.split_horizontally(345); in test_split_horizontally()