|
Blender
V2.93
|
Public Attributes | |
| union { | |
| float * fp | |
| uint * uint | |
| void * pt | |
| } | rect |
| int | users |
Definition at line 324 of file image_undo.c.
| float* UndoImageTile::fp |
Definition at line 326 of file image_undo.c.
Referenced by utile_alloc(), utile_init_from_imbuf(), and utile_restore().
| void* UndoImageTile::pt |
Definition at line 328 of file image_undo.c.
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().
| uint* UndoImageTile::uint |
Definition at line 327 of file image_undo.c.
Referenced by utile_alloc(), utile_init_from_imbuf(), and utile_restore().
| int UndoImageTile::users |
Definition at line 330 of file image_undo.c.
Referenced by ED_image_undo_push_begin_with_image(), image_undosys_step_encode(), ubuf_from_image_all_tiles(), and utile_decref().