|
Blender V4.3
|
#include <BKE_pbvh_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 268 of file BKE_pbvh_pixels.hh.
|
inline |
Definition at line 273 of file BKE_pbvh_pixels.hh.
|
inline |
Definition at line 275 of file BKE_pbvh_pixels.hh.
References copy_pixels(), ImBufFloatBuffer::data, and ImBuf::float_buffer.
Referenced by copy_pixels().
|
inline |
Definition at line 287 of file BKE_pbvh_pixels.hh.
References command_deltas, printf, and tile_number.
Referenced by blender::bke::pbvh::pixels::copy_update().
| Vector<DeltaCopyPixelCommand> blender::bke::pbvh::pixels::CopyPixelTile::command_deltas |
Definition at line 271 of file BKE_pbvh_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 270 of file BKE_pbvh_pixels.hh.
Referenced by blender::bke::pbvh::pixels::Rows::pack_into().
| image::TileNumber blender::bke::pbvh::pixels::CopyPixelTile::tile_number |
Definition at line 269 of file BKE_pbvh_pixels.hh.
Referenced by print_compression_rate().