Blender
V3.3
|
Pointer to a pixel to write to in serial. More...
Public Member Functions | |
void | init_pixel_pointer (const ImBuf *image_buffer, int x, int y) |
StorageType * | get_pointer () |
Get pointer to the current pixel to write to. More... | |
void | increase_pixel_pointer () |
Static Public Attributes | |
static const int | ChannelLen = NumChannels |
Pointer to a pixel to write to in serial.
Definition at line 158 of file transform.cc.
|
inline |
Get pointer to the current pixel to write to.
Definition at line 186 of file transform.cc.
Referenced by blender::imbuf::transform::ChannelConverter< StorageType, SourceNumChannels, DestinationNumChannels >::convert_and_store().
|
inline |
Definition at line 191 of file transform.cc.
|
inline |
Definition at line 166 of file transform.cc.
References offset, ImBuf::rect, ImBuf::rect_float, x, ImBuf::x, and y.
|
static |
Definition at line 160 of file transform.cc.