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

Public Attributes

struct PaintTilenext
 
struct PaintTileprev
 
Imageimage
 
ImBufibuf
 
ImageUser iuser
 
union {
   float *   fp
 
   uint *   uint
 
   void *   pt
 
rect
 
ushortmask
 
bool valid
 
bool use_float
 
int x_tile
 
int y_tile
 

Detailed Description

Definition at line 104 of file image_undo.c.

Member Data Documentation

◆ fp

float* PaintTile::fp

Definition at line 114 of file image_undo.c.

Referenced by ED_image_paint_tile_push().

◆ ibuf

ImBuf* PaintTile::ibuf

Definition at line 107 of file image_undo.c.

Referenced by ED_image_paint_tile_push().

◆ image

Image* PaintTile::image

Definition at line 106 of file image_undo.c.

Referenced by ED_image_paint_tile_push().

◆ iuser

ImageUser PaintTile::iuser

Definition at line 112 of file image_undo.c.

Referenced by ED_image_paint_tile_push().

◆ mask

ushort* PaintTile::mask

Definition at line 118 of file image_undo.c.

Referenced by ED_image_paint_tile_push(), and ptile_free().

◆ next

struct PaintTile* PaintTile::next

Definition at line 105 of file image_undo.c.

◆ prev

struct PaintTile * PaintTile::prev

Definition at line 105 of file image_undo.c.

◆ pt

void* PaintTile::pt

Definition at line 116 of file image_undo.c.

Referenced by ED_image_paint_tile_push(), and ptile_free().

◆ 

union { ... } PaintTile::rect

◆ uint

uint* PaintTile::uint

Definition at line 115 of file image_undo.c.

Referenced by ED_image_paint_tile_push().

◆ use_float

bool PaintTile::use_float

Definition at line 120 of file image_undo.c.

Referenced by ED_image_paint_tile_push().

◆ valid

bool PaintTile::valid

Definition at line 119 of file image_undo.c.

Referenced by ED_image_paint_tile_push().

◆ x_tile

int PaintTile::x_tile

Definition at line 121 of file image_undo.c.

Referenced by ED_image_paint_tile_push().

◆ y_tile

int PaintTile::y_tile

Definition at line 121 of file image_undo.c.

Referenced by ED_image_paint_tile_push().


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