Blender  V2.93
Public Attributes | List of all members
UndoImageTile Struct Reference

Public Attributes

union {
   float *   fp
 
   uint *   uint
 
   void *   pt
 
rect
 
int users
 

Detailed Description

Definition at line 324 of file image_undo.c.

Member Data Documentation

◆ fp

float* UndoImageTile::fp

Definition at line 326 of file image_undo.c.

Referenced by utile_alloc(), utile_init_from_imbuf(), and utile_restore().

◆ pt

void* UndoImageTile::pt

Definition at line 328 of file image_undo.c.

Referenced by image_undosys_step_encode(), and utile_decref().

◆ 

union { ... } UndoImageTile::rect

◆ uint

uint* UndoImageTile::uint

Definition at line 327 of file image_undo.c.

Referenced by utile_alloc(), utile_init_from_imbuf(), and utile_restore().

◆ users

int UndoImageTile::users

The documentation for this struct was generated from the following file: