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

Method draw_poly_filled

std/src/gfx/lcd/buffered/mod.rs:480–482  ·  view source on GitHub ↗
(&mut self, points: &[PixelsXY])

Source from the content-addressed store, hash-verified

478 }
479
480 fn draw_poly_filled(&mut self, points: &[PixelsXY]) -> io::Result<()> {
481 self.without_sync(|self2| drawing::draw_poly_filled(self2, points))
482 }
483
484 fn draw_rect(&mut self, xy: PixelsXY, size: SizeInPixels) -> io::Result<()> {
485 self.without_sync(|self2| drawing::draw_rect(self2, xy, size))

Callers 1

execMethod · 0.45

Calls 2

draw_poly_filledFunction · 0.85
without_syncMethod · 0.80

Tested by

no test coverage detected