![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_mipmap_buffer_dsc:Data Fields | |
| uint32_t | width |
| uint32_t | height |
| float | iscale |
| size_t | size |
| dt_mipmap_buffer_dsc_flags | flags |
| dt_colorspaces_color_profile_type_t | color_space |
Definition at line 112 of file mipmap_cache.c.
| dt_colorspaces_color_profile_type_t dt_mipmap_buffer_dsc::color_space |
Definition at line 119 of file mipmap_cache.c.
Referenced by _generate_blocking(), _sync_dsc_to_buf(), dead_image_8(), dt_mipmap_cache_allocate_dynamic(), dt_mipmap_cache_deallocate_dynamic(), and dt_mipmap_cache_swap_at_size().
| dt_mipmap_buffer_dsc_flags dt_mipmap_buffer_dsc::flags |
Definition at line 118 of file mipmap_cache.c.
Referenced by _generate_blocking(), dt_mipmap_cache_allocate_dynamic(), dt_mipmap_cache_deallocate_dynamic(), dt_mipmap_cache_remove_at_size(), and dt_mipmap_cache_swap_at_size().
| uint32_t dt_mipmap_buffer_dsc::height |
Definition at line 115 of file mipmap_cache.c.
Referenced by _generate_blocking(), _paint_skulls(), _sync_dsc_to_buf(), dead_image_8(), dt_mipmap_cache_allocate_dynamic(), dt_mipmap_cache_deallocate_dynamic(), and dt_mipmap_cache_swap_at_size().
| float dt_mipmap_buffer_dsc::iscale |
Definition at line 116 of file mipmap_cache.c.
Referenced by _generate_blocking(), _sync_dsc_to_buf(), dead_image_8(), dt_mipmap_cache_allocate_dynamic(), and dt_mipmap_cache_swap_at_size().
| size_t dt_mipmap_buffer_dsc::size |
Definition at line 117 of file mipmap_cache.c.
Referenced by _generate_blocking(), _validate_buffer(), dead_image_8(), dt_mipmap_cache_alloc(), and dt_mipmap_cache_swap_at_size().
| uint32_t dt_mipmap_buffer_dsc::width |
Definition at line 114 of file mipmap_cache.c.
Referenced by _generate_blocking(), _paint_skulls(), _sync_dsc_to_buf(), dead_image_8(), dt_mipmap_cache_allocate_dynamic(), dt_mipmap_cache_deallocate_dynamic(), and dt_mipmap_cache_swap_at_size().