Blender V4.3
UndoImageTile Struct Reference

Public Attributes

union { 
 
   float *   fp 
 
   uint8_t *   byte_ptr 
 
   void *   pt 
 
rect 
 
int users
 

Detailed Description

Definition at line 373 of file image_undo.cc.

Member Data Documentation

◆ byte_ptr

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

◆ fp

float* UndoImageTile::fp

Definition at line 375 of file image_undo.cc.

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

◆ pt

void* UndoImageTile::pt

Definition at line 377 of file image_undo.cc.

Referenced by image_undosys_step_encode(), and utile_decref().

◆ [union]

union { ... } UndoImageTile::rect

◆ users


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