![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Private drawlayer module types and lightweight shared helpers. More...
Include dependency graph for iop/drawlayer/module.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | dt_iop_drawlayer_data_t |
Macros | |
| #define | DRAWLAYER_WORKER_RING_CAPACITY 65536 |
| #define | DRAWLAYER_COMPARE_ANALYTIC_TIMINGS 1 |
Typedefs | |
| typedef enum drawlayer_mapping_profile_t | drawlayer_mapping_profile_t |
| typedef enum drawlayer_input_map_flag_t | drawlayer_input_map_flag_t |
| typedef enum drawlayer_preview_bg_mode_t | drawlayer_preview_bg_mode_t |
| typedef enum drawlayer_pick_source_t | drawlayer_pick_source_t |
| typedef dt_drawlayer_cache_patch_t | drawlayer_patch_t |
| typedef struct dt_iop_drawlayer_data_t | dt_iop_drawlayer_data_t |
Functions | |
| static float | _clamp01 (const float value) |
| static float | _mapping_profile_value (const drawlayer_mapping_profile_t profile, const float x) |
Private drawlayer module types and lightweight shared helpers.
| #define DRAWLAYER_COMPARE_ANALYTIC_TIMINGS 1 |
| #define DRAWLAYER_WORKER_RING_CAPACITY 65536 |
| typedef enum drawlayer_input_map_flag_t drawlayer_input_map_flag_t |
| typedef enum drawlayer_mapping_profile_t drawlayer_mapping_profile_t |
| typedef enum drawlayer_pick_source_t drawlayer_pick_source_t |
| typedef enum drawlayer_preview_bg_mode_t drawlayer_preview_bg_mode_t |
| typedef struct dt_iop_drawlayer_data_t dt_iop_drawlayer_data_t |
|
inlinestatic |
References value.
Referenced by _mapping_profile_value().
|
inlinestatic |