|
Blender
V2.93
|
#include "MEM_guardedalloc.h"#include "COM_InpaintOperation.h"#include "COM_OpenCLDevice.h"#include "BLI_math.h"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->getWidth() && y >= 0 && y < this->getHeight()) |
| #define ASSERT_XY_RANGE | ( | x, | |
| y | |||
| ) | BLI_assert(x >= 0 && x < this->getWidth() && y >= 0 && y < this->getHeight()) |
Definition at line 28 of file COM_InpaintOperation.cc.