![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <mipmap_cache.h>
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] |
size_t dt_mipmap_cache_t::buffer_size[DT_MIPMAP_NONE] |
Referenced by dt_mipmap_cache_allocate_dynamic(), and dt_mipmap_cache_init().
char dt_mipmap_cache_t::cachedir[PATH_MAX] |
size_t dt_mipmap_cache_t::max_height[DT_MIPMAP_NONE] |
Referenced by dt_mipmap_cache_allocate_dynamic(), dt_mipmap_cache_get_matching_size(), and dt_mipmap_cache_init().
size_t dt_mipmap_cache_t::max_width[DT_MIPMAP_NONE] |
Referenced by dt_mipmap_cache_allocate_dynamic(), dt_mipmap_cache_get_matching_size(), and dt_mipmap_cache_init().
dt_mipmap_cache_one_t dt_mipmap_cache_t::mip_f |
Referenced by _get_cache(), dt_get_available_mem(), dt_mipmap_cache_cleanup(), dt_mipmap_cache_init(), and dt_mipmap_cache_print().
dt_mipmap_cache_one_t dt_mipmap_cache_t::mip_full |
Referenced by _get_cache(), dt_get_available_mem(), dt_mipmap_cache_cleanup(), dt_mipmap_cache_init(), and dt_mipmap_cache_print().
dt_mipmap_cache_one_t dt_mipmap_cache_t::mip_thumbs |
Referenced by _get_cache(), dt_get_available_mem(), dt_mipmap_cache_cleanup(), dt_mipmap_cache_init(), and dt_mipmap_cache_print().