|
Blender
V3.3
|
Public Attributes | |
| Main * | bmain |
| struct GHash * | hash |
| ThreadMutex | iterator_mutex |
| struct BLI_mempool * | keys_pool |
| struct BLI_mempool * | items_pool |
| struct SeqCacheKey * | last_key |
| struct SeqDiskCache * | disk_cache |
| int | thumbnail_count |
Definition at line 74 of file image_cache.c.
| Main* SeqCache::bmain |
Definition at line 75 of file image_cache.c.
Referenced by seq_cache_cleanup_sequence(), and seq_cache_create().
| struct SeqDiskCache* SeqCache::disk_cache |
Definition at line 81 of file image_cache.c.
Referenced by seq_cache_cleanup_sequence(), seq_cache_destruct(), seq_cache_get(), and seq_cache_put().
| struct GHash* SeqCache::hash |
Definition at line 76 of file image_cache.c.
Referenced by SEQ_cache_cleanup(), seq_cache_cleanup_sequence(), seq_cache_create(), seq_cache_destruct(), seq_cache_free_temp_cache(), seq_cache_get_ex(), seq_cache_get_item_for_removal(), SEQ_cache_iterate(), seq_cache_put_ex(), seq_cache_recycle_linked(), seq_cache_thumbnail_cleanup(), and seq_cache_thumbnail_put().
| struct BLI_mempool* SeqCache::items_pool |
Definition at line 79 of file image_cache.c.
Referenced by seq_cache_create(), seq_cache_destruct(), seq_cache_put_ex(), and seq_cache_valfree().
| ThreadMutex SeqCache::iterator_mutex |
Definition at line 77 of file image_cache.c.
Referenced by seq_cache_create(), seq_cache_destruct(), seq_cache_lock(), and seq_cache_unlock().
| struct BLI_mempool* SeqCache::keys_pool |
Definition at line 78 of file image_cache.c.
Referenced by seq_cache_allocate_key(), seq_cache_create(), seq_cache_destruct(), and seq_cache_keyfree().
| struct SeqCacheKey* SeqCache::last_key |
Definition at line 80 of file image_cache.c.
Referenced by SEQ_cache_cleanup(), seq_cache_cleanup_sequence(), seq_cache_create(), SEQ_cache_iterate(), seq_cache_put_ex(), seq_cache_put_if_possible(), and seq_cache_thumbnail_cleanup().
| int SeqCache::thumbnail_count |
Definition at line 82 of file image_cache.c.
Referenced by SEQ_cache_cleanup(), seq_cache_create(), seq_cache_thumbnail_cleanup(), and seq_cache_thumbnail_put().