Searched refs:def_set_checker_func (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/plotters/src/drawing/backend_impl/ |
D | mocked.rs | 40 macro_rules! def_set_checker_func { macro 80 def_set_checker_func!(check_draw_pixel, RGBAColor, BackendCoord); 81 def_set_checker_func!(check_draw_line, RGBAColor, u32, BackendCoord, BackendCoord); 82 def_set_checker_func!( 90 def_set_checker_func!(check_draw_path, RGBAColor, u32, Vec<BackendCoord>); 91 def_set_checker_func!(check_draw_circle, RGBAColor, u32, bool, BackendCoord, u32); 92 def_set_checker_func!(check_draw_text, RGBAColor, &str, f64, BackendCoord, &str); 93 def_set_checker_func!(drop_check, &Self); 94 def_set_checker_func!(check_fill_polygon, RGBAColor, Vec<BackendCoord>);
|