Searched refs:xstep (Results 1 - 16 of 16) sorted by relevance

/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Ddither-impl.h200 #define ADVANCE_UNIDIRECTIONAL(d, bit, input, width, xerror, xstep, xmod) \
209 input += xstep; \
221 #define ADVANCE_REVERSE(d, bit, input, width, xerror, xstep, xmod) \
231 input -= xstep; \
243 #define ADVANCE_BIDIRECTIONAL(d,bit,in,dir,width,xer,xstep,xmod,err,S) \
252 ADVANCE_UNIDIRECTIONAL(d, bit, in, width, xer, xstep, xmod); \
254 ADVANCE_REVERSE(d, bit, in, width, xer, xstep, xmod); \
H A Ddither-predithered.c70 int xerror, xstep, xmod; local
79 xstep = CHANNEL_COUNT(d) * (d->src_width / d->dst_width);
108 xerror, xstep, xmod);
125 xerror, xstep, xmod);
H A Ddither-very-fast.c75 int xerror, xstep, xmod; local
84 xstep = CHANNEL_COUNT(d) * (d->src_width / d->dst_width);
114 xerror, xstep, xmod);
131 xerror, xstep, xmod);
H A Ddither-ordered.c347 int xerror, xstep, xmod; local
356 xstep = CHANNEL_COUNT(d) * (d->src_width / d->dst_width);
389 xerror, xstep, xmod);
433 xerror, xstep, xmod);
450 xstep, xmod);
467 xstep, xmod);
H A Ddither-eventone.c419 int xerror, xstep, xmod; local
447 xstep = channel_count * (d->src_width / d->dst_width);
516 ADVANCE_UNIDIRECTIONAL(d, bit, raw, channel_count, xerror, xstep, xmod);
518 ADVANCE_REVERSE(d, bit, raw, channel_count, xerror, xstep, xmod);
542 int xerror, xstep, xmod; local
576 xstep = channel_count * (d->src_width / d->dst_width);
751 ADVANCE_UNIDIRECTIONAL(d, bit, raw, channel_count, xerror, xstep, xmod);
753 ADVANCE_REVERSE(d, bit, raw, channel_count, xerror, xstep, xmod);
H A Ddither-ed.c419 int xerror, xstep, xmod; local
435 xstep = CHANNEL_COUNT(d) * (d->src_width / d->dst_width);
461 xstep, xmod, error, d->error_rows);
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djpc_t2cod.c283 int xstep; local
295 pi->xstep = 0;
301 xstep = picomp->hsamp * (1 << (pirlvl->prcwidthexpn +
305 pi->xstep = (!pi->xstep) ? xstep : JAS_MIN(pi->xstep, xstep);
317 pi->xstep - (pi->x % pi->xstep)) {
375 int xstep; local
[all...]
H A Djpc_t2cod.h229 int xstep; member in struct:__anon2832
H A Djpc_t2dec.c594 pi->xstep = 0;
H A Djpc_t2enc.c688 pi->xstep = 0;
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_pattern.c96 float xstep,
105 (void *) p, width, height, xstep, ystep, painttype))
150 pdc_printf(p->out, "/XStep %f\n", xstep);
92 PDF_begin_pattern( PDF *p, float width, float height, float xstep, float ystep, int painttype) argument
H A Dpdflib.h663 float width, float height, float xstep, float ystep, int painttype);
1112 float xstep, float ystep, int painttype);
/haiku-fatelf/src/libs/pdflib/bind/pdflib/java/
H A Dpdflib.java973 float width, float height, float xstep, float ystep, int painttype)
976 return PDF_begin_pattern(p, width, height, xstep, ystep, painttype);
972 begin_pattern( float width, float height, float xstep, float ystep, int painttype) argument
H A Dpdflib_java.c2256 float xstep; local
2266 xstep = flt2nat(jxstep);
2270 _result = (int )PDF_begin_pattern(p, width, height, xstep,
/haiku-fatelf/src/libs/pdflib/bind/pdflib/cpp/
H A Dpdflib.hpp242 int begin_pattern(float width, float height, float xstep, float ystep,
H A Dpdflib.cpp971 PDFlib::begin_pattern(float width, float height, float xstep, float ystep,
979 xstep, ystep, painttype);

Completed in 147 milliseconds