(&mut self, x1y1: PixelsXY, x2y2: PixelsXY, x3y3: PixelsXY)
| 495 | } |
| 496 | |
| 497 | fn draw_tri(&mut self, x1y1: PixelsXY, x2y2: PixelsXY, x3y3: PixelsXY) -> io::Result<()> { |
| 498 | self.without_sync(|self2| drawing::draw_tri(self2, x1y1, x2y2, x3y3)) |
| 499 | } |
| 500 | |
| 501 | fn draw_tri_filled( |
| 502 | &mut self, |