![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <mipmap_cache.h>
Collaboration diagram for dt_mipmap_cache_t:Data Fields | |
| size_t | max_width [DT_MIPMAP_NONE] |
| size_t | max_height [DT_MIPMAP_NONE] |
| size_t | buffer_size [DT_MIPMAP_NONE] |
| dt_mipmap_cache_one_t | mip_thumbs |
| dt_mipmap_cache_one_t | mip_f |
| dt_mipmap_cache_one_t | mip_full |
| char | cachedir [PATH_MAX] |
Definition at line 93 of file mipmap_cache.h.
| size_t dt_mipmap_cache_t::buffer_size[DT_MIPMAP_NONE] |
Definition at line 100 of file mipmap_cache.h.
Referenced by dt_mipmap_cache_allocate_dynamic(), and dt_mipmap_cache_init().
| char dt_mipmap_cache_t::cachedir[PATH_MAX] |
Definition at line 106 of file mipmap_cache.h.
Referenced by dt_mipmap_cache_allocate_dynamic(), dt_mipmap_cache_copy_thumbnails(), dt_mipmap_cache_deallocate_dynamic(), dt_mipmap_cache_init(), dt_mipmap_cache_unlink_ondisk_thumbnail(), and dt_mipmap_get_cache_dir().
| size_t dt_mipmap_cache_t::max_height[DT_MIPMAP_NONE] |
Definition at line 98 of file mipmap_cache.h.
Referenced by dt_mipmap_cache_allocate_dynamic(), dt_mipmap_cache_get_fitting_size(), dt_mipmap_cache_get_matching_size(), and dt_mipmap_cache_init().
| size_t dt_mipmap_cache_t::max_width[DT_MIPMAP_NONE] |
Definition at line 98 of file mipmap_cache.h.
Referenced by dt_mipmap_cache_allocate_dynamic(), dt_mipmap_cache_get_fitting_size(), dt_mipmap_cache_get_matching_size(), and dt_mipmap_cache_init().
| dt_mipmap_cache_one_t dt_mipmap_cache_t::mip_f |
Definition at line 104 of file mipmap_cache.h.
Referenced by _get_cache(), dt_mipmap_cache_cleanup(), dt_mipmap_cache_init(), and dt_mipmap_cache_print().
| dt_mipmap_cache_one_t dt_mipmap_cache_t::mip_full |
Definition at line 105 of file mipmap_cache.h.
Referenced by _get_cache(), dt_mipmap_cache_cleanup(), dt_mipmap_cache_init(), and dt_mipmap_cache_print().
| dt_mipmap_cache_one_t dt_mipmap_cache_t::mip_thumbs |
Definition at line 103 of file mipmap_cache.h.
Referenced by _get_cache(), dt_mipmap_cache_cleanup(), dt_mipmap_cache_init(), and dt_mipmap_cache_print().