(&mut self, points: &[PixelsXY])
| 548 | } |
| 549 | |
| 550 | fn draw_poly_filled(&mut self, points: &[PixelsXY]) -> io::Result<()> { |
| 551 | draw_poly_filled(self, points) |
| 552 | } |
| 553 | |
| 554 | fn draw_rect(&mut self, _xy: PixelsXY, _size: SizeInPixels) -> io::Result<()> { |
| 555 | unimplemented!(); |
nothing calls this directly
no test coverage detected