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

Method draw_poly_filled

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

Source from the content-addressed store, hash-verified

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!();

Callers

nothing calls this directly

Calls 1

draw_poly_filledFunction · 0.85

Tested by

no test coverage detected