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

Method draw_circle_filled

std/src/gfx/lcd/buffered/mod.rs:460–462  ·  view source on GitHub ↗
(&mut self, center: PixelsXY, radius: u16)

Source from the content-addressed store, hash-verified

458 }
459
460 fn draw_circle_filled(&mut self, center: PixelsXY, radius: u16) -> io::Result<()> {
461 self.without_sync(|self2| drawing::draw_circle_filled(self2, center, radius))
462 }
463
464 fn draw_line(&mut self, x1y1: PixelsXY, x2y2: PixelsXY) -> io::Result<()> {
465 self.without_sync(|self2| drawing::draw_line(self2, x1y1, x2y2))

Callers 4

execMethod · 0.45

Calls 2

draw_circle_filledFunction · 0.85
without_syncMethod · 0.80

Tested by 3