|
Blender V5.0
|
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 97 of file image_undo.cc.
|
inline |
Definition at line 104 of file image_undo.cc.
References blender::get_default_hash(), ibuf, image, x_tile, and y_tile.
|
inline |
Definition at line 108 of file image_undo.cc.
References ibuf, image, iuser_tile, x_tile, and y_tile.
| ImBuf* PaintTileKey::ibuf |
Definition at line 100 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 99 of file image_undo.cc.
Referenced by ED_image_paint_tile_find(), ED_image_paint_tile_push(), hash(), and operator==().
| int PaintTileKey::iuser_tile |
Definition at line 102 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 98 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 98 of file image_undo.cc.
Referenced by ED_image_paint_tile_find(), ED_image_paint_tile_push(), hash(), and operator==().