| 60 | } |
| 61 | |
| 62 | void ImageData::CreateNew(int x, int y, int width, int height, bool clear) |
| 63 | { |
| 64 | CreateNew(width, height, clear); |
| 65 | mX = x; |
| 66 | mY = y; |
| 67 | } |
| 68 | |
| 69 | void ImageData::CreateNew(int width, int height, bool clear) |
| 70 | { |
no outgoing calls
no test coverage detected