Blender
V3.3
|
Public Attributes | |
union { | |
float * fp | |
uint32_t * uint_ptr | |
void * pt | |
} | rect |
int | users |
Definition at line 353 of file image_undo.cc.
float* UndoImageTile::fp |
Definition at line 355 of file image_undo.cc.
Referenced by utile_alloc(), utile_init_from_imbuf(), and utile_restore().
void* UndoImageTile::pt |
Definition at line 357 of file image_undo.cc.
Referenced by image_undosys_step_encode(), and utile_decref().
union { ... } UndoImageTile::rect |
Referenced by image_undosys_step_encode(), utile_alloc(), utile_decref(), utile_init_from_imbuf(), and utile_restore().
uint32_t* UndoImageTile::uint_ptr |
Definition at line 356 of file image_undo.cc.
Referenced by utile_alloc(), utile_init_from_imbuf(), and utile_restore().
int UndoImageTile::users |
Definition at line 359 of file image_undo.cc.
Referenced by ED_image_undo_push_begin_with_image(), image_undosys_step_encode(), ubuf_from_image_all_tiles(), and utile_decref().