Searched refs:intersection (Results 1 – 3 of 3) sorted by relevance
73 let rect = original_rect.intersection(&display.screen_rect()); in redraw_all()94 let cursor_intersect = rect.intersection(&cursor_rect); in redraw_all()116 let display_redraw = total_redraw_rect.intersection(&display.screen_rect()); in redraw_all()
94 let intersect = self_rect.intersection(rect); in draw()
75 pub fn intersection(&self, other: &Rect) -> Rect { in intersection() method