![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_iop_lensfun_global_data_t:Data Fields | |
| gboolean | db_tried |
| GThread * | db_warm |
| int | kernel_lens_distort_bilinear |
| int | kernel_lens_distort_bicubic |
| int | kernel_lens_distort_mitchell |
| int | kernel_lens_vignette |
| GThread* dt_iop_lensfun_global_data_t::db_warm |
Pre-warm thread, see _lensfun_db_warm(). Joined by cleanup_global().
| int dt_iop_lensfun_global_data_t::kernel_lens_distort_bicubic |
Definition at line 581 of file lens.c.
Referenced by cleanup_global(), init_global(), and process_cl().
| int dt_iop_lensfun_global_data_t::kernel_lens_distort_bilinear |
Definition at line 580 of file lens.c.
Referenced by cleanup_global(), init_global(), and process_cl().
| int dt_iop_lensfun_global_data_t::kernel_lens_distort_mitchell |
Definition at line 582 of file lens.c.
Referenced by cleanup_global(), init_global(), and process_cl().
| int dt_iop_lensfun_global_data_t::kernel_lens_vignette |
Definition at line 583 of file lens.c.
Referenced by cleanup_global(), init_global(), and process_cl().