| 143 | } |
| 144 | |
| 145 | void PiuRectangleOffset(PiuRectangle r, PiuCoordinate dx, PiuCoordinate dy) |
| 146 | { |
| 147 | r->x += dx; |
| 148 | r->y += dy; |
| 149 | } |
| 150 | |
| 151 | void PiuRectangleScaleToFill(PiuRectangle r0, PiuRectangle r1, PiuRectangle r2) |
| 152 | { |
no outgoing calls
no test coverage detected