![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for drawlayer_dir_info_t:Data Fields | |
| gboolean | found |
| int | index |
| int | count |
| uint32_t | width |
| uint32_t | height |
| char | name [DRAWLAYER_NAME_SIZE] |
| char | work_profile [DRAWLAYER_PROFILE_SIZE] |
| int drawlayer_dir_info_t::count |
Definition at line 14 of file layers.c.
Referenced by _create_background_layer_from_input(), and dt_drawlayer_ensure_layer_cache().
| gboolean drawlayer_dir_info_t::found |
Definition at line 12 of file layers.c.
Referenced by _create_background_layer_from_input(), and dt_drawlayer_ensure_layer_cache().
| uint32_t drawlayer_dir_info_t::height |
Definition at line 16 of file layers.c.
Referenced by _create_background_layer_from_input(), and dt_drawlayer_ensure_layer_cache().
| int drawlayer_dir_info_t::index |
Definition at line 13 of file layers.c.
Referenced by _create_background_layer_from_input(), and dt_drawlayer_ensure_layer_cache().
| char drawlayer_dir_info_t::name[DRAWLAYER_NAME_SIZE] |
Definition at line 17 of file layers.c.
Referenced by _create_background_layer_from_input(), and dt_drawlayer_ensure_layer_cache().
| uint32_t drawlayer_dir_info_t::width |
Definition at line 15 of file layers.c.
Referenced by _create_background_layer_from_input(), and dt_drawlayer_ensure_layer_cache().
| char drawlayer_dir_info_t::work_profile[DRAWLAYER_PROFILE_SIZE] |
Definition at line 18 of file layers.c.
Referenced by _create_background_layer_from_input(), and dt_drawlayer_ensure_layer_cache().