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

Method draw_poly_filled

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

Source from the content-addressed store, hash-verified

542 }
543
544 fn draw_poly_filled(&mut self, points: &[PixelsXY]) -> io::Result<()> {
545 draw_poly_filled(self, points)
546 }
547
548 fn draw_rect(&mut self, xy: PixelsXY, size: SizeInPixels) -> io::Result<()> {
549 let rect = rect_origin_size(xy, size);

Callers 2

runFunction · 0.45
draw_logo_internalFunction · 0.45

Calls 1

draw_poly_filledFunction · 0.85

Tested by

no test coverage detected