Home | History | Annotate | Download | only in libtiff

Lines Matching refs:lastx

107     int lastx = sp->b.rowpixels;	/* last element in row */	\
201 Fax3BadLength(const char* module, TIFF* tif, uint32 line, uint32 a0, uint32 lastx)
204 a0 < lastx ? "Premature EOL" : "Line length mismatch",
207 a0, lastx);
209 #define badlength(a0,lastx) Fax3BadLength(module, tif, sp->line, a0, lastx)
249 (*sp->fill)(buf, thisrun, pa, lastx);
257 (*sp->fill)(buf, thisrun, pa, lastx);
304 (*sp->fill)(buf, thisrun, pa, lastx);
314 (*sp->fill)(buf, thisrun, pa, lastx);
368 _TIFFFax3fillruns(unsigned char* buf, uint32* runs, uint32* erun, uint32 lastx)
382 if (x+run > lastx || run > lastx )
383 run = runs[0] = (uint32) (lastx - x);
417 if (x+run > lastx || run > lastx )
418 run = runs[1] = lastx - x;
452 assert(x == lastx);
1405 (*sp->fill)(buf, thisrun, pa, lastx);
1420 (*sp->fill)(buf, thisrun, pa, lastx);
1527 (*sp->fill)(buf, thisrun, pa, lastx);
1545 (*sp->fill)(buf, thisrun, pa, lastx);