Blender
V3.3
|
Public Attributes | |
struct UndoImageBuf * | next |
struct UndoImageBuf * | prev |
struct UndoImageBuf * | post |
char | ibuf_name [IMB_FILENAME_SIZE] |
UndoImageTile ** | tiles |
uint32_t | tiles_len |
uint32_t | tiles_dims [2] |
uint32_t | image_dims [2] |
struct { | |
short source | |
bool use_float | |
char gen_type | |
} | image_state |
Definition at line 435 of file image_undo.cc.
char UndoImageBuf::gen_type |
Definition at line 457 of file image_undo.cc.
Referenced by ubuf_from_image_no_tiles().
char UndoImageBuf::ibuf_name[IMB_FILENAME_SIZE] |
Definition at line 443 of file image_undo.cc.
Referenced by ubuf_from_image_no_tiles(), and ubuf_lookup_from_reference().
uint32_t UndoImageBuf::image_dims[2] |
Definition at line 451 of file image_undo.cc.
Referenced by image_undosys_step_encode(), ubuf_ensure_compat_ibuf(), ubuf_from_image_no_tiles(), and ubuf_lookup_from_reference().
struct { ... } UndoImageBuf::image_state |
Store variables from the image.
Referenced by ubuf_ensure_compat_ibuf(), and ubuf_from_image_no_tiles().
struct UndoImageBuf* UndoImageBuf::next |
Definition at line 436 of file image_undo.cc.
struct UndoImageBuf* UndoImageBuf::post |
The buffer after the undo step has executed.
Definition at line 441 of file image_undo.cc.
Referenced by ED_image_undo_push_begin_with_image(), image_undosys_step_encode(), ubuf_free(), ubuf_lookup_from_reference(), uhandle_add_ubuf(), and uhandle_restore_list().
struct UndoImageBuf * UndoImageBuf::prev |
Definition at line 436 of file image_undo.cc.
short UndoImageBuf::source |
Definition at line 455 of file image_undo.cc.
Referenced by ubuf_from_image_no_tiles().
UndoImageTile** UndoImageBuf::tiles |
Definition at line 445 of file image_undo.cc.
Referenced by ED_image_undo_push_begin_with_image(), image_undosys_step_encode(), ubuf_free(), ubuf_from_image_all_tiles(), ubuf_from_image_no_tiles(), and uhandle_restore_list().
uint32_t UndoImageBuf::tiles_dims[2] |
Definition at line 449 of file image_undo.cc.
Referenced by image_undosys_step_encode(), ubuf_from_image_all_tiles(), ubuf_from_image_no_tiles(), and uhandle_restore_list().
uint32_t UndoImageBuf::tiles_len |
Can calculate these from dims, just for convenience.
Definition at line 448 of file image_undo.cc.
Referenced by ED_image_undo_push_begin_with_image(), image_undosys_step_encode(), ubuf_free(), ubuf_from_image_all_tiles(), and ubuf_from_image_no_tiles().
bool UndoImageBuf::use_float |
Definition at line 456 of file image_undo.cc.
Referenced by ubuf_ensure_compat_ibuf(), and ubuf_from_image_no_tiles().