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

Method copyBitmapPortion

Engine/Image.cpp:2421–2426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls 2

widthMethod · 0.45
getBitmapAtMethod · 0.45

Tested by

no test coverage detected