Blender  V3.3
Namespaces | Macros
COM_InpaintOperation.cc File Reference
#include "MEM_guardedalloc.h"
#include "COM_InpaintOperation.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->get_width() && y >= 0 && y < this->get_height())
 

Macro Definition Documentation

◆ ASSERT_XY_RANGE

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