Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_iop_retouch_global_data_t Struct Reference
+ Collaboration diagram for dt_iop_retouch_global_data_t:

Data Fields

int kernel_retouch_clear_alpha
 
int kernel_retouch_copy_alpha
 
int kernel_retouch_copy_buffer_to_buffer
 
int kernel_retouch_copy_buffer_to_image
 
int kernel_retouch_fill
 
int kernel_retouch_copy_image_to_buffer_masked
 
int kernel_retouch_copy_buffer_to_buffer_masked
 
int kernel_retouch_image_rgb2lab
 
int kernel_retouch_image_lab2rgb
 
int kernel_retouch_copy_mask_to_alpha
 

Detailed Description

Definition at line 205 of file retouch.c.

Field Documentation

◆ kernel_retouch_clear_alpha

int dt_iop_retouch_global_data_t::kernel_retouch_clear_alpha

Definition at line 207 of file retouch.c.

Referenced by cleanup_global(), init_global(), and process_cl().

◆ kernel_retouch_copy_alpha

int dt_iop_retouch_global_data_t::kernel_retouch_copy_alpha

Definition at line 208 of file retouch.c.

Referenced by cleanup_global(), init_global(), and process_cl().

◆ kernel_retouch_copy_buffer_to_buffer

int dt_iop_retouch_global_data_t::kernel_retouch_copy_buffer_to_buffer

Definition at line 209 of file retouch.c.

Referenced by _retouch_clone_cl(), _retouch_heal_cl(), cleanup_global(), and init_global().

◆ kernel_retouch_copy_buffer_to_buffer_masked

int dt_iop_retouch_global_data_t::kernel_retouch_copy_buffer_to_buffer_masked

Definition at line 213 of file retouch.c.

Referenced by _retouch_clone_cl(), _retouch_heal_cl(), cleanup_global(), and init_global().

◆ kernel_retouch_copy_buffer_to_image

int dt_iop_retouch_global_data_t::kernel_retouch_copy_buffer_to_image

Definition at line 210 of file retouch.c.

Referenced by _retouch_blur_cl(), cleanup_global(), init_global(), and process_cl().

◆ kernel_retouch_copy_image_to_buffer_masked

int dt_iop_retouch_global_data_t::kernel_retouch_copy_image_to_buffer_masked

Definition at line 212 of file retouch.c.

Referenced by _retouch_blur_cl(), cleanup_global(), and init_global().

◆ kernel_retouch_copy_mask_to_alpha

int dt_iop_retouch_global_data_t::kernel_retouch_copy_mask_to_alpha

Definition at line 216 of file retouch.c.

Referenced by cleanup_global(), init_global(), and rt_copy_mask_to_alpha_cl().

◆ kernel_retouch_fill

int dt_iop_retouch_global_data_t::kernel_retouch_fill

Definition at line 211 of file retouch.c.

Referenced by _retouch_fill_cl(), cleanup_global(), and init_global().

◆ kernel_retouch_image_lab2rgb

int dt_iop_retouch_global_data_t::kernel_retouch_image_lab2rgb

Definition at line 215 of file retouch.c.

Referenced by _retouch_blur_cl(), cleanup_global(), and init_global().

◆ kernel_retouch_image_rgb2lab

int dt_iop_retouch_global_data_t::kernel_retouch_image_rgb2lab

Definition at line 214 of file retouch.c.

Referenced by _retouch_blur_cl(), cleanup_global(), and init_global().


The documentation for this struct was generated from the following file: