![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
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 [DT_PATH_MAX] |
Definition at line 105 of file mipmap_cache.c.
| size_t dt_mipmap_cache_t::buffer_size[DT_MIPMAP_NONE] |
Definition at line 113 of file mipmap_cache.c.
Referenced by dt_mipmap_cache_allocate_dynamic(), and dt_mipmap_cache_init().
| char dt_mipmap_cache_t::cachedir[DT_PATH_MAX] |
Definition at line 119 of file mipmap_cache.c.
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 111 of file mipmap_cache.c.
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 110 of file mipmap_cache.c.
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 117 of file mipmap_cache.c.
Referenced by _get_cache(), dt_mipmap_cache_cleanup(), dt_mipmap_cache_get_entries_stats(), dt_mipmap_cache_init(), and dt_mipmap_cache_print().
| dt_mipmap_cache_one_t dt_mipmap_cache_t::mip_full |
Definition at line 118 of file mipmap_cache.c.
Referenced by _get_cache(), dt_mipmap_cache_cleanup(), dt_mipmap_cache_get_entries_stats(), dt_mipmap_cache_init(), and dt_mipmap_cache_print().
| dt_mipmap_cache_one_t dt_mipmap_cache_t::mip_thumbs |
Definition at line 116 of file mipmap_cache.c.
Referenced by _get_cache(), dt_mipmap_cache_cleanup(), dt_mipmap_cache_get_entries_stats(), dt_mipmap_cache_init(), dt_mipmap_cache_print(), and dt_mipmap_cache_set_settings().