Blender
V3.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 92 of file image_undo.cc.
|
inline |
Definition at line 99 of file image_undo.cc.
References blender::get_default_hash_4(), ibuf, image, x_tile, and y_tile.
|
inline |
Definition at line 103 of file image_undo.cc.
References ibuf, image, iuser_tile, x_tile, and y_tile.
ImBuf* PaintTileKey::ibuf |
Definition at line 95 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 94 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 97 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 93 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 93 of file image_undo.cc.
Referenced by ED_image_paint_tile_find(), ED_image_paint_tile_push(), hash(), and operator==().