| 378 | } |
| 379 | |
| 380 | void arc(int x, int y, int r, FixedPoint32 angle1, FixedPoint32 sweep, bool fill=false) { |
| 381 | } |
| 382 | |
| 383 | void arc(int x, int y, int r, float angle1, float sweep, bool fill=false) { |
| 384 | } |
nothing calls this directly
no outgoing calls
no test coverage detected