| 2294 | } |
| 2295 | |
| 2296 | void |
| 2297 | Image::copyBitmapPortion(const RectI& roi, |
| 2298 | const Image& other) |
| 2299 | { |
| 2300 | _bitmap.copyBitmapPortion(roi, other._bitmap); |
| 2301 | } |
| 2302 | |
| 2303 | void |
| 2304 | Bitmap::copyBitmapPortion(const RectI& roi, |
no test coverage detected