|
Blender V4.3
|
Public Member Functions | |
| uint64_t | hash () const |
| bool | operator== (const PaintTileKey &other) const |
Public Attributes | |
| int | x_tile |
| int | y_tile |
| Image * | image |
| ImBuf * | ibuf |
| int | iuser_tile |
Definition at line 93 of file image_undo.cc.
|
inline |
Definition at line 100 of file image_undo.cc.
References blender::get_default_hash(), ibuf, x_tile, and y_tile.
|
inline |
Definition at line 104 of file image_undo.cc.
References ibuf, iuser_tile, x_tile, and y_tile.
| ImBuf* PaintTileKey::ibuf |
Definition at line 96 of file image_undo.cc.
Referenced by ED_image_paint_tile_find(), ED_image_paint_tile_push(), hash(), and operator==().
| Image* PaintTileKey::image |
Definition at line 95 of file image_undo.cc.
Referenced by ED_image_paint_tile_find(), and ED_image_paint_tile_push().
| int PaintTileKey::iuser_tile |
Definition at line 98 of file image_undo.cc.
Referenced by ED_image_paint_tile_find(), ED_image_paint_tile_push(), and operator==().
| int PaintTileKey::x_tile |
Definition at line 94 of file image_undo.cc.
Referenced by ED_image_paint_tile_find(), ED_image_paint_tile_push(), hash(), and operator==().
| int PaintTileKey::y_tile |
Definition at line 94 of file image_undo.cc.
Referenced by ED_image_paint_tile_find(), ED_image_paint_tile_push(), hash(), and operator==().