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

Method draw_poly

sdl/src/host.rs:540–542  ·  view source on GitHub ↗
(&mut self, points: &[PixelsXY])

Source from the content-addressed store, hash-verified

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)

Callers 1

runFunction · 0.45

Calls 1

draw_polyFunction · 0.85

Tested by

no test coverage detected