Blender V4.3
PartialThreadData Struct Reference

Public Attributes

ImBufibuf
 
uchardisplay_buffer
 
const floatlinear_buffer
 
const ucharbyte_buffer
 
int display_stride
 
int linear_stride
 
int linear_offset_x
 
int linear_offset_y
 
ColormanageProcessorcm_processor
 
int xmin
 
int ymin
 
int xmax
 

Detailed Description

Definition at line 3791 of file colormanagement.cc.

Member Data Documentation

◆ byte_buffer

const uchar* PartialThreadData::byte_buffer

Definition at line 3795 of file colormanagement.cc.

◆ cm_processor

ColormanageProcessor* PartialThreadData::cm_processor

Definition at line 3799 of file colormanagement.cc.

◆ display_buffer

uchar* PartialThreadData::display_buffer

Definition at line 3793 of file colormanagement.cc.

◆ display_stride

int PartialThreadData::display_stride

Definition at line 3796 of file colormanagement.cc.

◆ ibuf

ImBuf* PartialThreadData::ibuf

Definition at line 3792 of file colormanagement.cc.

Referenced by imb_partial_display_buffer_update_ex().

◆ linear_buffer

const float* PartialThreadData::linear_buffer

Definition at line 3794 of file colormanagement.cc.

◆ linear_offset_x

int PartialThreadData::linear_offset_x

Definition at line 3798 of file colormanagement.cc.

◆ linear_offset_y

int PartialThreadData::linear_offset_y

Definition at line 3798 of file colormanagement.cc.

◆ linear_stride

int PartialThreadData::linear_stride

Definition at line 3797 of file colormanagement.cc.

◆ xmax

int PartialThreadData::xmax

Definition at line 3800 of file colormanagement.cc.

◆ xmin

int PartialThreadData::xmin

Definition at line 3800 of file colormanagement.cc.

◆ ymin

int PartialThreadData::ymin

Definition at line 3800 of file colormanagement.cc.

Referenced by partial_buffer_update_rect_thread_do().


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