|
Blender
V2.93
|
Public Attributes | |
| struct PaintTile * | next |
| struct PaintTile * | prev |
| Image * | image |
| ImBuf * | ibuf |
| ImageUser | iuser |
| union { | |
| float * fp | |
| uint * uint | |
| void * pt | |
| } | rect |
| ushort * | mask |
| bool | valid |
| bool | use_float |
| int | x_tile |
| int | y_tile |
Definition at line 104 of file image_undo.c.
| float* PaintTile::fp |
Definition at line 114 of file image_undo.c.
Referenced by ED_image_paint_tile_push().
| ImBuf* PaintTile::ibuf |
Definition at line 107 of file image_undo.c.
Referenced by ED_image_paint_tile_push().
| Image* PaintTile::image |
Definition at line 106 of file image_undo.c.
Referenced by ED_image_paint_tile_push().
| ImageUser PaintTile::iuser |
Definition at line 112 of file image_undo.c.
Referenced by ED_image_paint_tile_push().
| ushort* PaintTile::mask |
Definition at line 118 of file image_undo.c.
Referenced by ED_image_paint_tile_push(), and ptile_free().
| struct PaintTile* PaintTile::next |
Definition at line 105 of file image_undo.c.
| struct PaintTile * PaintTile::prev |
Definition at line 105 of file image_undo.c.
| 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 |
Referenced by ED_image_paint_tile_push(), and ptile_free().
| uint* PaintTile::uint |
Definition at line 115 of file image_undo.c.
Referenced by ED_image_paint_tile_push().
| bool PaintTile::use_float |
Definition at line 120 of file image_undo.c.
Referenced by ED_image_paint_tile_push().
| bool PaintTile::valid |
Definition at line 119 of file image_undo.c.
Referenced by ED_image_paint_tile_push().
| int PaintTile::x_tile |
Definition at line 121 of file image_undo.c.
Referenced by ED_image_paint_tile_push().
| int PaintTile::y_tile |
Definition at line 121 of file image_undo.c.
Referenced by ED_image_paint_tile_push().