#include <gimp-print/gimp-print.h>#include "gimp-print-internal.h"#include <gimp-print/gimp-print-intl-internal.h>#include <string.h>#include "dither-impl.h"#include "dither-inlined-functions.h"Go to the source code of this file.
Defines | |
| #define | UPDATE_COLOR(color, dither) |
Functions | |
| int | update_dither (stpi_dither_t *d, int channel, int width, int direction, int *error0, int *error1) |
| int | print_color (const stpi_dither_t *d, stpi_dither_channel_t *dc, int x, int y, unsigned char bit, int length, int dontprint, int stpi_dither_type, const unsigned char *mask) |
| int | shared_ed_initializer (stpi_dither_t *d, int row, int duplicate_line, int zero_mask, int length, int direction, int ****error, int **ndither) |
| void | shared_ed_deinitializer (stpi_dither_t *d, int ***error, int *ndither) |
| void | stpi_dither_ed (stp_vars_t *v, int row, const unsigned short *raw, int duplicate_line, int zero_mask, const unsigned char *mask) |
|
|
Value: Definition at line 44 of file dither-ed.c. Referenced by stpi_dither_ed(). |
|
||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||
|
Definition at line 388 of file dither-ed.c. References CHANNEL_COUNT, STP_SAFE_FREE, and stpi_dither_t. Referenced by stpi_dither_ed(). |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 335 of file dither-ed.c. References CHANNEL, CHANNEL_COUNT, dither::dst_width, dither::error_rows, dither::last_line_was_empty, dither::ptr_offset, stp_malloc(), stpi_dither_get_errline(), and stpi_dither_t. Referenced by stpi_dither_ed(). |
|
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
Definition at line 55 of file dither-ed.c. References CHANNEL, dither::offset0_table, dither::offset1_table, dither::spread, dither::spread_mask, and stpi_dither_t. Referenced by stpi_dither_ed(). |
1.3.6