Blender
V3.3
|
Go to the source code of this file.
Namespaces | |
blender | |
blender::compositor | |
Macros | |
#define | ASSERT_XY_RANGE(x, y) BLI_assert(x >= 0 && x < this->get_width() && y >= 0 && y < this->get_height()) |
#define ASSERT_XY_RANGE | ( | x, | |
y | |||
) | BLI_assert(x >= 0 && x < this->get_width() && y >= 0 && y < this->get_height()) |
Definition at line 10 of file COM_InpaintOperation.cc.