Blender V5.0
UndoImageTile Struct Reference

Public Attributes

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

Detailed Description

Definition at line 374 of file image_undo.cc.

Member Data Documentation

◆ byte_ptr

uint8_t* UndoImageTile::byte_ptr

Definition at line 377 of file image_undo.cc.

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

◆ fp

float* UndoImageTile::fp

Definition at line 376 of file image_undo.cc.

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

◆ pt

void* UndoImageTile::pt

Definition at line 378 of file image_undo.cc.

Referenced by image_undosys_step_encode(), and utile_decref().

◆ [union]

union { ... } UndoImageTile::rect

◆ users

int UndoImageTile::users

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