| 2419 | } |
| 2420 | |
| 2421 | void |
| 2422 | Image::copyBitmapPortion(const RectI& roi, |
| 2423 | const Image& other) |
| 2424 | { |
| 2425 | _bitmap.copyBitmapPortion(roi, other._bitmap); |
| 2426 | } |
| 2427 | |
| 2428 | void |
| 2429 | Bitmap::copyBitmapPortion(const RectI& roi, |
no test coverage detected