Searched refs:split_horizontally (Results 1 – 3 of 3) sorted by relevance
37 let (left, right) = root.split_horizontally((70).percent_width()); in main()
427 pub fn split_horizontally<S: SizeDesc>(&self, x: S) -> (Self, Self) { in split_horizontally() method618 let (left, right) = drawing_area.split_horizontally(345); in test_split_horizontally()
12237 " let (left, right) = root.split_horizontally(640);\n",