![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "bauhaus/bauhaus.h"#include "common/interpolation.h"#include "develop/imageop.h"#include "develop/tiling.h"#include "gui/gtk.h"#include "iop/iop_api.h"#include <gtk/gtk.h>#include <stdlib.h>
Include dependency graph for scalepixels.c:Data Structures | |
| struct | dt_iop_scalepixels_params_t |
| struct | dt_iop_scalepixels_gui_data_t |
| struct | dt_iop_scalepixels_data_t |
Typedefs | |
| typedef struct dt_iop_scalepixels_params_t | dt_iop_scalepixels_params_t |
| typedef struct dt_iop_scalepixels_gui_data_t | dt_iop_scalepixels_gui_data_t |
| typedef struct dt_iop_scalepixels_data_t | dt_iop_scalepixels_data_t |
| typedef struct dt_iop_scalepixels_data_t dt_iop_scalepixels_data_t |
| typedef struct dt_iop_scalepixels_gui_data_t dt_iop_scalepixels_gui_data_t |
| typedef struct dt_iop_scalepixels_params_t dt_iop_scalepixels_params_t |
| void cleanup_pipe | ( | 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 | ( | dt_iop_module_t * | self, |
| dt_iop_params_t * | params, | ||
| dt_dev_pixelpipe_t * | pipe, | ||
| dt_dev_pixelpipe_iop_t * | piece | ||
| ) |
| 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_TECHNICAL.
| const char ** description | ( | struct dt_iop_module_t * | self | ) |
References dt_iop_set_description().
| int distort_backtransform | ( | dt_iop_module_t * | self, |
| dt_dev_pixelpipe_iop_t * | piece, | ||
| float * | points, | ||
| size_t | points_count | ||
| ) |
| void distort_mask | ( | struct dt_iop_module_t * | self, |
| struct dt_dev_pixelpipe_iop_t * | piece, | ||
| const float *const | in, | ||
| float *const | out, | ||
| const dt_iop_roi_t *const | roi_in, | ||
| const dt_iop_roi_t *const | roi_out | ||
| ) |
References dt_iop_roi_t::height, and dt_iop_roi_t::width.
| int distort_transform | ( | dt_iop_module_t * | self, |
| dt_dev_pixelpipe_iop_t * | piece, | ||
| float * | points, | ||
| size_t | points_count | ||
| ) |
| int flags | ( | ) |
| void gui_init | ( | dt_iop_module_t * | self | ) |
References dt_ui_label_new(), IOP_GUI_ALLOC, TRUE, and dt_iop_module_t::widget.
| void gui_update | ( | dt_iop_module_t * | self | ) |
| void init_pipe | ( | 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.
| void modify_roi_in | ( | dt_iop_module_t * | self, |
| dt_dev_pixelpipe_iop_t * | piece, | ||
| const dt_iop_roi_t *const | roi_out, | ||
| dt_iop_roi_t * | roi_in | ||
| ) |
| void modify_roi_out | ( | dt_iop_module_t * | self, |
| dt_dev_pixelpipe_iop_t * | piece, | ||
| dt_iop_roi_t * | roi_out, | ||
| const dt_iop_roi_t *const | roi_in | ||
| ) |
References dt_iop_roi_t::height, transform(), dt_iop_roi_t::width, dt_iop_roi_t::x, and dt_iop_roi_t::y.
| const char * name | ( | ) |
| int operation_tags | ( | ) |
References IOP_TAG_DISTORT.
|
static |
References dt_dev_pixelpipe_iop_t::buf_in, dt_iop_roi_t::height, and dt_iop_roi_t::width.
Referenced by distort_backtransform(), and distort_transform().
| void process | ( | 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 dt_dev_pixelpipe_iop_t::colors, dt_dev_pixelpipe_iop_t::data, dt_interpolation_compute_pixel4c(), dt_interpolation_new(), DT_INTERPOLATION_USERPREF, dt_iop_roi_t::height, dt_iop_roi_t::width, dt_iop_scalepixels_data_t::x_scale, and dt_iop_scalepixels_data_t::y_scale.
| void reload_defaults | ( | dt_iop_module_t * | self | ) |
|
static |
References dt_dev_pixelpipe_iop_t::data, and dt_iop_scalepixels_data_t::pixel_aspect_ratio.
Referenced by modify_roi_in(), and modify_roi_out().