|
Blender
V3.3
|
Public Attributes | |
| Image * | image |
| ImBuf * | ibuf |
| ImageUser | iuser |
| union { | |
| float * fp | |
| uint32_t * uint | |
| void * pt | |
| } | rect |
| uint16_t * | mask |
| bool | valid |
| bool | use_float |
| int | x_tile |
| int | y_tile |
Definition at line 110 of file image_undo.cc.
| float* PaintTile::fp |
Definition at line 119 of file image_undo.cc.
Referenced by ED_image_paint_tile_push().
| ImBuf* PaintTile::ibuf |
Definition at line 112 of file image_undo.cc.
Referenced by ED_image_paint_tile_push().
| Image* PaintTile::image |
Definition at line 111 of file image_undo.cc.
Referenced by ED_image_paint_tile_push().
| ImageUser PaintTile::iuser |
Definition at line 117 of file image_undo.cc.
Referenced by ED_image_paint_tile_push().
| uint16_t* PaintTile::mask |
Definition at line 123 of file image_undo.cc.
Referenced by ED_image_paint_tile_find(), ED_image_paint_tile_push(), and ptile_free().
| void* PaintTile::pt |
Definition at line 121 of file image_undo.cc.
Referenced by ED_image_paint_tile_find(), ED_image_paint_tile_push(), and ptile_free().
| union { ... } PaintTile::rect |
Referenced by ED_image_paint_tile_find(), ED_image_paint_tile_push(), and ptile_free().
| uint32_t* PaintTile::uint |
Definition at line 120 of file image_undo.cc.
Referenced by ED_image_paint_tile_push().
| bool PaintTile::use_float |
Definition at line 125 of file image_undo.cc.
Referenced by ED_image_paint_tile_push().
| bool PaintTile::valid |
Definition at line 124 of file image_undo.cc.
Referenced by ED_image_paint_tile_find(), and ED_image_paint_tile_push().
| int PaintTile::x_tile |
Definition at line 126 of file image_undo.cc.
Referenced by ED_image_paint_tile_push().
| int PaintTile::y_tile |
Definition at line 126 of file image_undo.cc.
Referenced by ED_image_paint_tile_push().