| 66 | } |
| 67 | |
| 68 | void PiuRectangleEmpty(PiuRectangle r) |
| 69 | { |
| 70 | r->x = 0; |
| 71 | r->y = 0; |
| 72 | r->width = 0; |
| 73 | r->height = 0; |
| 74 | } |
| 75 | |
| 76 | void PiuRectangleInset(PiuRectangle r, PiuCoordinate dx, PiuCoordinate dy) |
| 77 | { |
no outgoing calls
no test coverage detected