|
Blender V5.0
|
#include <BKE_paint_bvh_pixels.hh>
Public Member Functions | |
| CopyPixelTile (image::TileNumber tile_number) | |
| void | copy_pixels (ImBuf &tile_buffer, IndexRange group_range) const |
| void | print_compression_rate () |
Public Attributes | |
| image::TileNumber | tile_number |
| Vector< CopyPixelGroup > | groups |
| Vector< DeltaCopyPixelCommand > | command_deltas |
Definition at line 274 of file BKE_paint_bvh_pixels.hh.
|
inline |
Definition at line 279 of file BKE_paint_bvh_pixels.hh.
References tile_number.
|
inline |
Definition at line 281 of file BKE_paint_bvh_pixels.hh.
References copy_pixels(), ImBufFloatBuffer::data, and ImBuf::float_buffer.
Referenced by copy_pixels().
|
inline |
Definition at line 293 of file BKE_paint_bvh_pixels.hh.
References command_deltas, groups, printf, and tile_number.
Referenced by blender::bke::pbvh::pixels::copy_update().
| Vector<DeltaCopyPixelCommand> blender::bke::pbvh::pixels::CopyPixelTile::command_deltas |
Definition at line 277 of file BKE_paint_bvh_pixels.hh.
Referenced by blender::bke::pbvh::pixels::Rows::pack_into(), and print_compression_rate().
| Vector<CopyPixelGroup> blender::bke::pbvh::pixels::CopyPixelTile::groups |
Definition at line 276 of file BKE_paint_bvh_pixels.hh.
Referenced by blender::bke::pbvh::pixels::Rows::pack_into(), and print_compression_rate().
| image::TileNumber blender::bke::pbvh::pixels::CopyPixelTile::tile_number |
Definition at line 275 of file BKE_paint_bvh_pixels.hh.
Referenced by CopyPixelTile(), and print_compression_rate().