![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Parameters owned by the async "create background from input" job. More...
#include <io.h>
Collaboration diagram for dt_drawlayer_io_background_job_params_t:Data Fields | |
| int32_t | imgid |
| int | raw_width |
| int | raw_height |
| int | dst_x |
| int | dst_y |
| int | insert_after_order |
| char | sidecar_path [PATH_MAX] |
| char | work_profile [256] |
| char | requested_bg_name [64] |
| char | filter [64] |
| char | initiator_layer_name [64] |
| int | initiator_layer_order |
| GSourceFunc | done_idle |
Parameters owned by the async "create background from input" job.
| GSourceFunc dt_drawlayer_io_background_job_params_t::done_idle |
Referenced by _create_background_layer_from_input().
| int dt_drawlayer_io_background_job_params_t::dst_x |
Referenced by _create_background_layer_from_input().
| int dt_drawlayer_io_background_job_params_t::dst_y |
Referenced by _create_background_layer_from_input().
| char dt_drawlayer_io_background_job_params_t::filter[64] |
Referenced by _create_background_layer_from_input().
| int32_t dt_drawlayer_io_background_job_params_t::imgid |
Referenced by _create_background_layer_from_input().
| char dt_drawlayer_io_background_job_params_t::initiator_layer_name[64] |
Referenced by _create_background_layer_from_input().
| int dt_drawlayer_io_background_job_params_t::initiator_layer_order |
Referenced by _create_background_layer_from_input().
| int dt_drawlayer_io_background_job_params_t::insert_after_order |
Referenced by _create_background_layer_from_input().
| int dt_drawlayer_io_background_job_params_t::raw_height |
Referenced by _create_background_layer_from_input().
| int dt_drawlayer_io_background_job_params_t::raw_width |
Referenced by _create_background_layer_from_input().
| char dt_drawlayer_io_background_job_params_t::requested_bg_name[64] |
Referenced by _create_background_layer_from_input().
| char dt_drawlayer_io_background_job_params_t::sidecar_path[PATH_MAX] |
Referenced by _create_background_layer_from_input().
| char dt_drawlayer_io_background_job_params_t::work_profile[256] |
Referenced by _create_background_layer_from_input().