MCPcopy Index your code
hub / github.com/endbasic/endbasic / draw_poly

Method draw_poly

std/src/console/drawing.rs:546–548  ·  view source on GitHub ↗
(&mut self, points: &[PixelsXY])

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

draw_polyFunction · 0.85

Tested by

no test coverage detected