Blender  V3.3
Public Attributes | List of all members
RectBlendThreadData Struct Reference

Public Attributes

ImBufdbuf
 
const ImBufobuf
 
const ImBufsbuf
 
unsigned short * dmask
 
const unsigned short * curvemask
 
const unsigned short * texmask
 
float mask_max
 
int destx
 
int desty
 
int origx
 
int origy
 
int srcx
 
int srcy
 
int width
 
IMB_BlendMode mode
 
bool accumulate
 

Detailed Description

Definition at line 956 of file rectop.c.

Member Data Documentation

◆ accumulate

bool RectBlendThreadData::accumulate

Definition at line 965 of file rectop.c.

◆ curvemask

const unsigned short* RectBlendThreadData::curvemask

Definition at line 960 of file rectop.c.

◆ dbuf

ImBuf* RectBlendThreadData::dbuf

Definition at line 957 of file rectop.c.

◆ destx

int RectBlendThreadData::destx

Definition at line 962 of file rectop.c.

◆ desty

int RectBlendThreadData::desty

Definition at line 962 of file rectop.c.

◆ dmask

unsigned short* RectBlendThreadData::dmask

Definition at line 959 of file rectop.c.

◆ mask_max

float RectBlendThreadData::mask_max

Definition at line 961 of file rectop.c.

◆ mode

IMB_BlendMode RectBlendThreadData::mode

Definition at line 964 of file rectop.c.

◆ obuf

const ImBuf* RectBlendThreadData::obuf

Definition at line 958 of file rectop.c.

◆ origx

int RectBlendThreadData::origx

Definition at line 962 of file rectop.c.

◆ origy

int RectBlendThreadData::origy

Definition at line 962 of file rectop.c.

◆ sbuf

const ImBuf * RectBlendThreadData::sbuf

Definition at line 958 of file rectop.c.

◆ srcx

int RectBlendThreadData::srcx

Definition at line 963 of file rectop.c.

◆ srcy

int RectBlendThreadData::srcy

Definition at line 963 of file rectop.c.

◆ texmask

const unsigned short * RectBlendThreadData::texmask

Definition at line 960 of file rectop.c.

◆ width

int RectBlendThreadData::width

Definition at line 963 of file rectop.c.


The documentation for this struct was generated from the following file: