![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for retouch_user_data_t:Data Fields | |
| dt_iop_module_t * | self |
| const dt_dev_pixelpipe_t * | pipe |
| const dt_dev_pixelpipe_iop_t * | piece |
| dt_iop_roi_t | roi |
| int | display_scale |
| int | mask_display |
| int | suppress_mask |
| int retouch_user_data_t::display_scale |
Definition at line 122 of file retouch.c.
Referenced by process_cl(), process_internal(), rt_process_forms(), and rt_process_forms_cl().
| int retouch_user_data_t::mask_display |
Definition at line 123 of file retouch.c.
Referenced by process_cl(), process_internal(), rt_process_forms(), and rt_process_forms_cl().
| const dt_dev_pixelpipe_iop_t* retouch_user_data_t::piece |
Definition at line 120 of file retouch.c.
Referenced by process_cl(), process_internal(), rt_process_forms(), and rt_process_forms_cl().
| const dt_dev_pixelpipe_t* retouch_user_data_t::pipe |
Definition at line 119 of file retouch.c.
Referenced by process_cl(), process_internal(), rt_process_forms(), and rt_process_forms_cl().
| dt_iop_roi_t retouch_user_data_t::roi |
Definition at line 121 of file retouch.c.
Referenced by process_cl(), process_internal(), rt_process_forms(), and rt_process_forms_cl().
| dt_iop_module_t* retouch_user_data_t::self |
Definition at line 118 of file retouch.c.
Referenced by process_cl(), process_internal(), rt_process_forms(), and rt_process_forms_cl().
| int retouch_user_data_t::suppress_mask |
Definition at line 124 of file retouch.c.
Referenced by process_cl(), process_internal(), rt_process_forms(), and rt_process_forms_cl().