![]() |
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 | layer_width |
| int | layer_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 |
Definition at line 72 of file io.h.
Referenced by _create_background_layer_from_input().
| int dt_drawlayer_io_background_job_params_t::dst_x |
Definition at line 63 of file io.h.
Referenced by _create_background_layer_from_input().
| int dt_drawlayer_io_background_job_params_t::dst_y |
Definition at line 64 of file io.h.
Referenced by _create_background_layer_from_input().
| char dt_drawlayer_io_background_job_params_t::filter[64] |
Definition at line 69 of file io.h.
Referenced by _create_background_layer_from_input().
| int32_t dt_drawlayer_io_background_job_params_t::imgid |
Definition at line 60 of file io.h.
Referenced by _create_background_layer_from_input().
| char dt_drawlayer_io_background_job_params_t::initiator_layer_name[64] |
Definition at line 70 of file io.h.
Referenced by _create_background_layer_from_input().
| int dt_drawlayer_io_background_job_params_t::initiator_layer_order |
Definition at line 71 of file io.h.
Referenced by _create_background_layer_from_input().
| int dt_drawlayer_io_background_job_params_t::insert_after_order |
Definition at line 65 of file io.h.
Referenced by _create_background_layer_from_input().
| int dt_drawlayer_io_background_job_params_t::layer_height |
Definition at line 62 of file io.h.
Referenced by _create_background_layer_from_input().
| int dt_drawlayer_io_background_job_params_t::layer_width |
Definition at line 61 of file io.h.
Referenced by _create_background_layer_from_input().
| char dt_drawlayer_io_background_job_params_t::requested_bg_name[64] |
Definition at line 68 of file io.h.
Referenced by _create_background_layer_from_input().
| char dt_drawlayer_io_background_job_params_t::sidecar_path[PATH_MAX] |
Definition at line 66 of file io.h.
Referenced by _create_background_layer_from_input().
| char dt_drawlayer_io_background_job_params_t::work_profile[256] |
Definition at line 67 of file io.h.
Referenced by _create_background_layer_from_input().