| 2268 | } |
| 2269 | |
| 2270 | void |
| 2271 | Image::copyBitmapRowPortion(int x1, |
| 2272 | int x2, |
| 2273 | int y, |
| 2274 | const Image& other) |
| 2275 | { |
| 2276 | _bitmap.copyRowPortion(x1, x2, y, other._bitmap); |
| 2277 | } |
| 2278 | |
| 2279 | void |
| 2280 | Bitmap::copyRowPortion(int x1, |
no test coverage detected