|
Blender V5.0
|
Public Attributes | |
| union { | |
| float * fp | |
| uint8_t * byte_ptr | |
| void * pt | |
| } | rect |
| int | users |
Definition at line 374 of file image_undo.cc.
| uint8_t* UndoImageTile::byte_ptr |
Definition at line 377 of file image_undo.cc.
Referenced by utile_alloc(), utile_init_from_imbuf(), and utile_restore().
| float* UndoImageTile::fp |
Definition at line 376 of file image_undo.cc.
Referenced by utile_alloc(), utile_init_from_imbuf(), and utile_restore().
| void* UndoImageTile::pt |
Definition at line 378 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().
| int UndoImageTile::users |
Definition at line 380 of file image_undo.cc.
Referenced by ED_image_undo_push(), image_undosys_step_encode(), ubuf_from_image_all_tiles(), and utile_decref().