![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "bauhaus/bauhaus.h"
#include "common/colorspaces.h"
#include "common/darktable.h"
#include "common/math.h"
#include "control/control.h"
#include "develop/develop.h"
#include "develop/imageop.h"
#include "dtgtk/resetlabel.h"
#include "gui/gtk.h"
#include "iop/iop_api.h"
#include <assert.h>
#include <gtk/gtk.h>
#include <inttypes.h>
#include <stdlib.h>
#include <string.h>
Data Structures | |
struct | dt_iop_rlce_params_t |
struct | dt_iop_rlce_gui_data_t |
struct | dt_iop_rlce_data_t |
Macros | |
#define | ROUND_POSISTIVE(f) ((unsigned int)((f)+0.5)) |
#define | BINS (256) |
Typedefs | |
typedef struct dt_iop_rlce_params_t | dt_iop_rlce_params_t |
typedef struct dt_iop_rlce_gui_data_t | dt_iop_rlce_gui_data_t |
typedef struct dt_iop_rlce_data_t | dt_iop_rlce_data_t |
#define BINS (256) |
typedef struct dt_iop_rlce_data_t dt_iop_rlce_data_t |
typedef struct dt_iop_rlce_gui_data_t dt_iop_rlce_gui_data_t |
typedef struct dt_iop_rlce_params_t dt_iop_rlce_params_t |
void cleanup | ( | dt_iop_module_t * | module | ) |
References dt_iop_module_t::default_params, and dt_iop_module_t::params.
void cleanup_pipe | ( | struct dt_iop_module_t * | self, |
dt_dev_pixelpipe_t * | pipe, | ||
dt_dev_pixelpipe_iop_t * | piece | ||
) |
References dt_dev_pixelpipe_iop_t::data.
void commit_params | ( | struct dt_iop_module_t * | self, |
dt_iop_params_t * | p1, | ||
dt_dev_pixelpipe_t * | pipe, | ||
dt_dev_pixelpipe_iop_t * | piece | ||
) |
References dt_dev_pixelpipe_iop_t::data, dt_iop_rlce_data_t::radius, and dt_iop_rlce_data_t::slope.
int default_colorspace | ( | dt_iop_module_t * | self, |
dt_dev_pixelpipe_t * | pipe, | ||
dt_dev_pixelpipe_iop_t * | piece | ||
) |
References IOP_CS_RGB.
int default_group | ( | ) |
References IOP_GROUP_TONES.
const char * deprecated_msg | ( | ) |
int flags | ( | ) |
References IOP_FLAGS_DEPRECATED, and IOP_FLAGS_INCLUDE_IN_STYLES.
void gui_init | ( | struct dt_iop_module_t * | self | ) |
void gui_update | ( | struct dt_iop_module_t * | self | ) |
References dt_bauhaus_slider_set(), dt_iop_module_t::gui_data, and dt_iop_module_t::params.
void init | ( | dt_iop_module_t * | module | ) |
References dt_iop_module_t::default_params.
void init_pipe | ( | struct dt_iop_module_t * | self, |
dt_dev_pixelpipe_t * | pipe, | ||
dt_dev_pixelpipe_iop_t * | piece | ||
) |
References dt_dev_pixelpipe_iop_t::data, and dt_dev_pixelpipe_iop_t::data_size.
const char * name | ( | ) |
void process | ( | struct dt_iop_module_t * | self, |
dt_dev_pixelpipe_iop_t * | piece, | ||
const void *const | ivoid, | ||
void *const | ovoid, | ||
const dt_iop_roi_t *const | roi_in, | ||
const dt_iop_roi_t *const | roi_out | ||
) |
References BINS, CLIP, dt_dev_pixelpipe_iop_t::colors, dt_dev_pixelpipe_iop_t::data, dt_alloc_perthread_float(), dt_free_align, dt_get_perthread, H, dt_iop_roi_t::height, hsl2rgb(), dt_dev_pixelpipe_iop_t::iscale, m, dt_iop_rlce_data_t::radius, rgb2hsl(), ROUND_POSISTIVE, S, dt_iop_roi_t::scale, dt_iop_rlce_data_t::slope, width, and dt_iop_roi_t::width.
|
static |
References darktable, darktable_t::develop, dt_bauhaus_slider_get(), dt_dev_add_history_item, darktable_t::gui, dt_iop_module_t::params, dt_gui_gtk_t::reset, and TRUE.
Referenced by gui_init().
|
static |
References darktable, darktable_t::develop, dt_bauhaus_slider_get(), dt_dev_add_history_item, darktable_t::gui, dt_iop_module_t::params, dt_gui_gtk_t::reset, and TRUE.
Referenced by gui_init().