Blender  V3.3
Public Attributes | List of all members
UndoImageTile Struct Reference

Public Attributes

union {
   float *   fp
 
   uint32_t *   uint_ptr
 
   void *   pt
 
rect
 
int users
 

Detailed Description

Definition at line 353 of file image_undo.cc.

Member Data Documentation

◆ fp

float* UndoImageTile::fp

Definition at line 355 of file image_undo.cc.

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

◆ pt

void* UndoImageTile::pt

Definition at line 357 of file image_undo.cc.

Referenced by image_undosys_step_encode(), and utile_decref().

◆ 

union { ... } UndoImageTile::rect

◆ uint_ptr

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().

◆ users

int UndoImageTile::users

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