| 23 | int ScreenRect::iRight() { return ((int)(x + w)); } |
| 24 | |
| 25 | float ScreenRect::fTop() { return (y); } |
| 26 | float ScreenRect::fLeft() { return (x); } |
| 27 | float ScreenRect::fBottom() { return (y + h); } |
| 28 | float ScreenRect::fRight() { return (x + w); } |
no outgoing calls
no test coverage detected