Go to the source code of this file.
Functions | |
void | stp_channel_reset (stp_vars_t *v) |
void | stp_channel_reset_channel (stp_vars_t *v, int channel) |
void | stp_channel_add (stp_vars_t *v, unsigned channel, unsigned subchannel, double value) |
void | stp_channel_set_density_adjustment (stp_vars_t *v, int color, int subchannel, double adjustment) |
void | stp_channel_set_ink_limit (stp_vars_t *v, double limit) |
void | stp_channel_set_cutoff_adjustment (stp_vars_t *v, int color, int subchannel, double adjustment) |
void | stp_channel_set_black_channel (stp_vars_t *v, int channel) |
void | stp_channel_initialize (stp_vars_t *v, stp_image_t *image, int input_channel_count) |
void | stp_channel_convert (const stp_vars_t *v, unsigned *zero_mask) |
unsigned short * | stp_channel_get_input (const stp_vars_t *v) |
unsigned short * | stp_channel_get_output (const stp_vars_t *v) |
|
Definition at line 144 of file channel.c. References stpi_channel_group_t::black_channel, stpi_channel_group_t::c, stpi_channel_group_t::channel_count, stpi_subchannel_t::cutoff, stpi_subchannel_t::s_density, stpi_channel_t::sc, stp_allocate_component_data(), stp_get_component_data(), stp_realloc(), stp_zalloc(), stpi_channel_free(), stpi_channel_t::subchannel_count, and stpi_subchannel_t::value. Referenced by olympus_do_print(), ps_print_internal(), raw_print(), and stp_dither_set_inks_full(). |
|
|
Definition at line 587 of file channel.c. References stpi_channel_group_t::input_data, and stp_get_component_data(). Referenced by ps_print_internal(), raw_print(), and stpi_color_traditional_get_row(). |
|
Definition at line 595 of file channel.c. References stpi_channel_group_t::data, and stp_get_component_data(). Referenced by olympus_do_print(), and stp_dither(). |
|
|
Definition at line 105 of file channel.c. References stp_get_component_data(), and stpi_channel_clear(). Referenced by olympus_do_print(), ps_print_internal(), and raw_print(). |
|
Definition at line 114 of file channel.c. References clear_a_channel(), and stp_get_component_data(). Referenced by stp_dither_set_inks_full(). |
|
Definition at line 215 of file channel.c. References stpi_channel_group_t::black_channel, STP_DBG_INK, stp_dprintf(), and stp_get_component_data(). Referenced by setup_inks(). |
|
Definition at line 224 of file channel.c. References stpi_subchannel_t::cutoff, get_channel(), STP_DBG_INK, and stp_dprintf(). Referenced by setup_inks(). |
|
Definition at line 182 of file channel.c. References get_channel(), stpi_subchannel_t::s_density, STP_DBG_INK, stp_dprintf(), and stp_get_string_parameter(). Referenced by lexmark_do_print(), pcl_do_print(), and setup_inks(). |
|
Definition at line 205 of file channel.c. References stpi_channel_group_t::ink_limit, STP_DBG_INK, stp_dprintf(), and stp_get_component_data(). Referenced by initialize_channels(). |