![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <mipmap_cache.h>
Collaboration diagram for dt_mipmap_cache_stats_entry_t:Data Fields | |
| int32_t | imgid |
| int | mip |
| size_t | size |
Definition at line 119 of file mipmap_cache.h.
| int32_t dt_mipmap_cache_stats_entry_t::imgid |
Definition at line 121 of file mipmap_cache.h.
Referenced by _mipmap_subcache_collect(), and _rebuild_memory().
| int dt_mipmap_cache_stats_entry_t::mip |
Definition at line 122 of file mipmap_cache.h.
Referenced by _mipmap_subcache_collect(), and _rebuild_memory().
| size_t dt_mipmap_cache_stats_entry_t::size |
Definition at line 123 of file mipmap_cache.h.
Referenced by _mipmap_subcache_collect(), and _rebuild_memory().