(&mut self, points: &[PixelsXY])
| 544 | } |
| 545 | |
| 546 | fn draw_poly(&mut self, points: &[PixelsXY]) -> io::Result<()> { |
| 547 | draw_poly(self, points) |
| 548 | } |
| 549 | |
| 550 | fn draw_poly_filled(&mut self, points: &[PixelsXY]) -> io::Result<()> { |
| 551 | draw_poly_filled(self, points) |
nothing calls this directly
no test coverage detected