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

Method copyBitmapRowPortion

Engine/Image.cpp:2394–2401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2392}
2393
2394void
2395Image::copyBitmapRowPortion(int x1,
2396 int x2,
2397 int y,
2398 const Image& other)
2399{
2400 _bitmap.copyRowPortion(x1, x2, y, other._bitmap);
2401}
2402
2403void
2404Bitmap::copyRowPortion(int x1,

Callers 1

Calls 1

copyRowPortionMethod · 0.80

Tested by

no test coverage detected