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

Method draw_circle_filled

sdl/src/host.rs:521–523  ·  view source on GitHub ↗
(&mut self, center: PixelsXY, radius: u16)

Source from the content-addressed store, hash-verified

519 }
520
521 fn draw_circle_filled(&mut self, center: PixelsXY, radius: u16) -> io::Result<()> {
522 draw_circle_filled(self, center, radius)
523 }
524
525 fn draw_line(&mut self, x1y1: PixelsXY, x2y2: PixelsXY) -> io::Result<()> {
526 if x1y1 == x2y2 {

Callers 1

runFunction · 0.45

Calls 1

draw_circle_filledFunction · 0.85

Tested by

no test coverage detected