Blender V4.3
PaintTile Struct Reference

Public Attributes

Imageimage
 
ImBufibuf
 
ImageUser iuser
 
union { 
 
   float *   fp 
 
   uint8_t *   byte_ptr 
 
   void *   pt 
 
rect 
 
uint16_tmask
 
bool valid
 
bool use_float
 
int x_tile
 
int y_tile
 

Detailed Description

Definition at line 111 of file image_undo.cc.

Member Data Documentation

◆ byte_ptr

uint8_t* PaintTile::byte_ptr

Definition at line 121 of file image_undo.cc.

Referenced by ED_image_paint_tile_push().

◆ fp

float* PaintTile::fp

Definition at line 120 of file image_undo.cc.

Referenced by ED_image_paint_tile_push().

◆ ibuf

ImBuf* PaintTile::ibuf

Definition at line 113 of file image_undo.cc.

Referenced by ED_image_paint_tile_push().

◆ image

Image* PaintTile::image

Definition at line 112 of file image_undo.cc.

Referenced by ED_image_paint_tile_push().

◆ iuser

ImageUser PaintTile::iuser

Definition at line 118 of file image_undo.cc.

Referenced by ED_image_paint_tile_push().

◆ mask

uint16_t* PaintTile::mask

Definition at line 124 of file image_undo.cc.

Referenced by ED_image_paint_tile_find(), ED_image_paint_tile_push(), and ptile_free().

◆ pt

void* PaintTile::pt

Definition at line 122 of file image_undo.cc.

Referenced by ED_image_paint_tile_find(), ED_image_paint_tile_push(), and ptile_free().

◆ [union]

union { ... } PaintTile::rect

◆ use_float

bool PaintTile::use_float

Definition at line 126 of file image_undo.cc.

Referenced by ED_image_paint_tile_push().

◆ valid

bool PaintTile::valid

Definition at line 125 of file image_undo.cc.

Referenced by ED_image_paint_tile_find(), and ED_image_paint_tile_push().

◆ x_tile

int PaintTile::x_tile

Definition at line 127 of file image_undo.cc.

Referenced by ED_image_paint_tile_push().

◆ y_tile

int PaintTile::y_tile

Definition at line 127 of file image_undo.cc.

Referenced by ED_image_paint_tile_push().


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