MCPcopy Create free account
hub / github.com/MrKepzie/Natron / copyBitmapPortion

Method copyBitmapPortion

Engine/Image.cpp:2296–2301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls 2

widthMethod · 0.45
getBitmapAtMethod · 0.45

Tested by

no test coverage detected