![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <mipmap_cache.h>
Collaboration diagram for dt_mipmap_buffer_t:Data Fields | |
| dt_mipmap_size_t | size |
| int32_t | imgid |
| int32_t | width |
| int32_t | height |
| float | iscale |
| uint8_t * | buf |
| dt_colorspaces_color_profile_type_t | color_space |
| dt_cache_entry_t * | cache_entry |
Definition at line 68 of file mipmap_cache.h.
| uint8_t* dt_mipmap_buffer_t::buf |
Definition at line 74 of file mipmap_cache.h.
Referenced by _deflicker_prepare_histogram(), _dt_dev_mipmap_prefetch_full(), _generate_blocking(), _import_get_thumbnail(), _init_8(), _init_f(), _invalidate_buffer(), _lib_snapshots_refresh_pipe_image(), _paint_skulls(), _preview_pipe_finished(), _sync_dsc_to_buf(), _validate_buffer(), _view_image_get_surface_internal(), dt_imageio_export_with_flags(), dt_load_from_string(), dt_mipmap_cache_alloc(), dt_mipmap_cache_release_with_caller(), process(), process_cl(), and tiling_callback().
| dt_cache_entry_t* dt_mipmap_buffer_t::cache_entry |
Definition at line 76 of file mipmap_cache.h.
Referenced by _import_get_thumbnail(), dt_mipmap_cache_alloc(), dt_mipmap_cache_get_with_caller_and_shutdown(), and dt_mipmap_cache_release_with_caller().
| dt_colorspaces_color_profile_type_t dt_mipmap_buffer_t::color_space |
Definition at line 75 of file mipmap_cache.h.
Referenced by _init_8(), _init_f(), _sync_dsc_to_buf(), and _view_image_get_surface_internal().
| int32_t dt_mipmap_buffer_t::height |
Definition at line 72 of file mipmap_cache.h.
Referenced by _dt_dev_mipmap_prefetch_full(), _generate_blocking(), _import_get_thumbnail(), _init_8(), _init_f(), _invalidate_buffer(), _lib_snapshots_refresh_pipe_image(), _set_orientation(), _sync_dsc_to_buf(), _view_image_get_surface_internal(), dt_imageio_export_with_flags(), process(), process_cl(), and tiling_callback().
| int32_t dt_mipmap_buffer_t::imgid |
Definition at line 71 of file mipmap_cache.h.
Referenced by _sync_dsc_to_buf(), dt_mipmap_cache_get_with_caller_and_shutdown(), and dt_mipmap_cache_release_with_caller().
| float dt_mipmap_buffer_t::iscale |
Definition at line 73 of file mipmap_cache.h.
Referenced by _invalidate_buffer(), _lib_snapshots_refresh_pipe_image(), _sync_dsc_to_buf(), and dt_imageio_export_with_flags().
| dt_mipmap_size_t dt_mipmap_buffer_t::size |
Definition at line 70 of file mipmap_cache.h.
Referenced by _import_get_thumbnail(), _set_orientation(), _sync_dsc_to_buf(), dt_mipmap_cache_alloc(), dt_mipmap_cache_get_with_caller_and_shutdown(), and dt_mipmap_cache_release_with_caller().
| int32_t dt_mipmap_buffer_t::width |
Definition at line 72 of file mipmap_cache.h.
Referenced by _dt_dev_mipmap_prefetch_full(), _generate_blocking(), _import_get_thumbnail(), _init_8(), _init_f(), _invalidate_buffer(), _lib_snapshots_refresh_pipe_image(), _set_orientation(), _sync_dsc_to_buf(), _view_image_get_surface_internal(), dt_imageio_export_with_flags(), process(), process_cl(), and tiling_callback().