|
Blender V4.3
|
Public Attributes | ||
| union { | ||
| float * fp | ||
| uint8_t * byte_ptr | ||
| void * pt | ||
| } | rect | |
| int | users | |
Definition at line 373 of file image_undo.cc.
| uint8_t* UndoImageTile::byte_ptr |
Definition at line 376 of file image_undo.cc.
Referenced by utile_alloc(), utile_init_from_imbuf(), and utile_restore().
| float* UndoImageTile::fp |
Definition at line 375 of file image_undo.cc.
Referenced by utile_alloc(), utile_init_from_imbuf(), and utile_restore().
| void* UndoImageTile::pt |
Definition at line 377 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 379 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().