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

Method draw_circle

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

Source from the content-addressed store, hash-verified

515 }
516
517 fn draw_circle(&mut self, center: PixelsXY, radius: u16) -> io::Result<()> {
518 draw_circle(self, center, radius)
519 }
520
521 fn draw_circle_filled(&mut self, center: PixelsXY, radius: u16) -> io::Result<()> {
522 draw_circle_filled(self, center, radius)

Callers 1

runFunction · 0.45

Calls 1

draw_circleFunction · 0.85

Tested by

no test coverage detected