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

Method copyBitmapRowPortion

Engine/Image.cpp:2270–2277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2268}
2269
2270void
2271Image::copyBitmapRowPortion(int x1,
2272 int x2,
2273 int y,
2274 const Image& other)
2275{
2276 _bitmap.copyRowPortion(x1, x2, y, other._bitmap);
2277}
2278
2279void
2280Bitmap::copyRowPortion(int x1,

Callers 1

Calls 1

copyRowPortionMethod · 0.80

Tested by

no test coverage detected