Blender  V2.93
Namespaces | Macros
COM_InpaintOperation.cc File Reference
#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())
 

Macro Definition Documentation

◆ ASSERT_XY_RANGE

#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.