Blender
V3.3
|
#include <BKE_image_wrappers.hh>
Public Member Functions | |
ImageTileWrapper (ImageTile *image_tile) | |
int | 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 16 of file BKE_image_wrappers.hh.
|
inline |
Definition at line 18 of file BKE_image_wrappers.hh.
|
inline |
Definition at line 22 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::BKE_pbvh_pixels_mark_image_dirty(), 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(), and blender::ed::sculpt_paint::paint::image::push_undo().
|
inline |
Definition at line 27 of file BKE_image_wrappers.hh.
References get_tile_x_offset(), and get_tile_y_offset().
Referenced by blender::bke::pbvh::pixels::do_encode_pixels().
|
inline |
Definition at line 32 of file BKE_image_wrappers.hh.
References get_tile_number().
Referenced by get_tile_offset().
|
inline |
Definition at line 38 of file BKE_image_wrappers.hh.
References get_tile_number().
Referenced by get_tile_offset().
ImageTile* blender::bke::image::ImageTileWrapper::image_tile |
Definition at line 17 of file BKE_image_wrappers.hh.
Referenced by get_tile_number(), and blender::bke::pbvh::pixels::NodeData::mark_region().