Home | History | Annotate | Download | only in libtiff

Lines Matching refs:lastx

46  * fillruns(unsigned char* buf, uint32* runs, uint32* erun, uint32 lastx)
50 * lastx is the width of the row in pixels. Fill routines can assume
51 * the run array has room for at least lastx runs and can overwrite
288 if (a0 != lastx) { \
289 badlength(a0, lastx); \
290 while (a0 > lastx && pa > thisrun) \
292 if (a0 < lastx) { \
297 SETVALUE(lastx - a0); \
298 } else if (a0 > lastx) { \
299 SETVALUE(lastx); \
313 * a0 >= lastx after each black/white run is decoded. This is because
339 if (a0 >= lastx) \
361 if (a0 >= lastx) \
379 if (pa != thisrun) while (b1 <= a0 && b1 < lastx) { \
389 while (a0 < lastx) { \
491 *pa++ = lastx - a0; \
495 *pa++ = lastx - a0; \
519 if (RunLength + a0 < lastx) { \