#include <gimp-print/gimp-print.h>
#include "gimp-print-internal.h"
#include <gimp-print/gimp-print-intl-internal.h>
#include "dither-impl.h"
#include "dither-inlined-functions.h"
Go to the source code of this file.
Functions | |
void | print_color_ordered (const stpi_dither_t *d, stpi_dither_channel_t *dc, int val, int x, int y, unsigned char bit, int length) |
void | stpi_dither_ordered (stp_vars_t *v, int row, const unsigned short *raw, int duplicate_line, int zero_mask, const unsigned char *mask) |
|
Definition at line 38 of file dither-ordered.c. References ink_defn::bits, dither_channel::dithermat, ditherpoint(), dither_segment::lower, dither_channel::nlevels, dither_channel::ptr, dither::ptr_offset, dither_channel::ranges, set_row_ends(), dither_segment::upper, ink_defn::value, and dither_segment::value_span. Referenced by stpi_dither_ordered(). |
|
Definition at line 95 of file dither-ordered.c. References ADVANCE_UNIDIRECTIONAL, ink_defn::bits, CHANNEL, CHANNEL_COUNT, ditherpoint(), dither::dst_width, dither_channel::nlevels, print_color_ordered(), dither::ptr_offset, dither_channel::ranges, set_row_ends(), dither::src_width, stp_get_component_data(), and dither_segment::upper. Referenced by stpi_dither_ed(). |