| 2392 | } |
| 2393 | |
| 2394 | void |
| 2395 | Image::copyBitmapRowPortion(int x1, |
| 2396 | int x2, |
| 2397 | int y, |
| 2398 | const Image& other) |
| 2399 | { |
| 2400 | _bitmap.copyRowPortion(x1, x2, y, other._bitmap); |
| 2401 | } |
| 2402 | |
| 2403 | void |
| 2404 | Bitmap::copyRowPortion(int x1, |
no test coverage detected