(&mut self, points: &[PixelsXY])
| 538 | } |
| 539 | |
| 540 | fn draw_poly(&mut self, points: &[PixelsXY]) -> io::Result<()> { |
| 541 | draw_poly(self, points) |
| 542 | } |
| 543 | |
| 544 | fn draw_poly_filled(&mut self, points: &[PixelsXY]) -> io::Result<()> { |
| 545 | draw_poly_filled(self, points) |