|
Blender V4.3
|
#include <BKE_image_wrappers.hh>
Public Member Functions | |
| ImageTileWrapper (ImageTile *image_tile) | |
| TileNumber | get_tile_number () const |
| int2 | get_tile_offset () const |
| int | get_tile_x_offset () const |
| int | get_tile_y_offset () const |
Public Attributes | |
| ImageTile * | image_tile |
Definition at line 24 of file BKE_image_wrappers.hh.
|
inline |
Definition at line 26 of file BKE_image_wrappers.hh.
|
inline |
Definition at line 28 of file BKE_image_wrappers.hh.
References image_tile, and ImageTile::tile_number.
Referenced by blender::bke::pbvh::pixels::apply_watertight_check(), blender::bke::pbvh::pixels::copy_update(), blender::bke::pbvh::pixels::do_encode_pixels(), blender::ed::sculpt_paint::paint::image::do_paint_pixels(), blender::ed::sculpt_paint::paint::image::do_push_undo_tile(), blender::bke::pbvh::pixels::NodeData::find_tile_data(), get_tile_x_offset(), get_tile_y_offset(), blender::bke::pbvh::pixels::mark_image_dirty(), blender::ed::sculpt_paint::paint::image::push_undo(), and blender::bke::pbvh::pixels::update_pixels().
|
inline |
Definition at line 33 of file BKE_image_wrappers.hh.
References get_tile_x_offset(), and get_tile_y_offset().
Referenced by blender::bke::pbvh::pixels::convert_coord_space(), and blender::bke::pbvh::pixels::do_encode_pixels().
|
inline |
Definition at line 38 of file BKE_image_wrappers.hh.
References get_tile_number().
Referenced by get_tile_offset(), and blender::bke::pbvh::pixels::update_pixels().
|
inline |
Definition at line 44 of file BKE_image_wrappers.hh.
References get_tile_number().
Referenced by get_tile_offset(), and blender::bke::pbvh::pixels::update_pixels().
| ImageTile* blender::bke::image::ImageTileWrapper::image_tile |
Definition at line 25 of file BKE_image_wrappers.hh.
Referenced by get_tile_number(), and blender::bke::pbvh::pixels::NodeData::mark_region().