Blender  V3.3
Namespaces | Functions
COM_DoubleEdgeMaskOperation.cc File Reference
#include <cstdlib>
#include "COM_DoubleEdgeMaskOperation.h"

Go to the source code of this file.

Namespaces

 blender
 
 blender::compositor
 

Functions

static void blender::compositor::do_adjacentKeepBorders (unsigned int t, unsigned int rw, const unsigned int *limask, const unsigned int *lomask, unsigned int *lres, float *res, unsigned int *rsize)
 
static void blender::compositor::do_adjacentBleedBorders (unsigned int t, unsigned int rw, const unsigned int *limask, const unsigned int *lomask, unsigned int *lres, float *res, unsigned int *rsize)
 
static void blender::compositor::do_allKeepBorders (unsigned int t, unsigned int rw, const unsigned int *limask, const unsigned int *lomask, unsigned int *lres, float *res, unsigned int *rsize)
 
static void blender::compositor::do_allBleedBorders (unsigned int t, unsigned int rw, const unsigned int *limask, const unsigned int *lomask, unsigned int *lres, float *res, unsigned int *rsize)
 
static void blender::compositor::do_allEdgeDetection (unsigned int t, unsigned int rw, const unsigned int *limask, const unsigned int *lomask, unsigned int *lres, float *res, unsigned int *rsize, unsigned int in_isz, unsigned int in_osz, unsigned int in_gsz)
 
static void blender::compositor::do_adjacentEdgeDetection (unsigned int t, unsigned int rw, const unsigned int *limask, const unsigned int *lomask, unsigned int *lres, float *res, unsigned int *rsize, unsigned int in_isz, unsigned int in_osz, unsigned int in_gsz)
 
static void blender::compositor::do_createEdgeLocationBuffer (unsigned int t, unsigned int rw, const unsigned int *lres, float *res, unsigned short *gbuf, unsigned int *inner_edge_offset, unsigned int *outer_edge_offset, unsigned int isz, unsigned int gsz)
 
static void blender::compositor::do_fillGradientBuffer (unsigned int rw, float *res, const unsigned short *gbuf, unsigned int isz, unsigned int osz, unsigned int gsz, unsigned int inner_edge_offset, unsigned int outer_edge_offset)