Searched refs:check_draw_line (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/plotters/src/drawing/backend_impl/ |
D | mocked.rs | 31 check_draw_line: VecDeque<Box<dyn FnMut(RGBAColor, u32, BackendCoord, BackendCoord)>>, field 70 check_draw_line: vec![].into(), in new() 81 def_set_checker_func!(check_draw_line, RGBAColor, u32, BackendCoord, BackendCoord); 159 if let Some(mut checker) = self.check_draw_line.pop_front() { in draw_line() 162 if self.check_draw_line.is_empty() { in draw_line() 163 self.check_draw_line.push_back(checker); in draw_line()
|
/external/rust/crates/plotters/src/element/ |
D | errorbar.rs | 141 m.check_draw_line(|_, w, _, _| { in test_preserve_stroke_width()
|