Searched refs:lastx (Results 1 – 2 of 2) sorted by relevance
/reactos/sdk/include/reactos/libs/libtiff/ |
H A D | tif_fax3.h | 288 if (a0 != lastx) { \ 289 badlength(a0, lastx); \ 292 if (a0 < lastx) { \ 297 SETVALUE(lastx - a0); \ 298 } else if (a0 > lastx) { \ 299 SETVALUE(lastx); \ 339 if (a0 >= lastx) \ 361 if (a0 >= lastx) \ 389 while (a0 < lastx) { \ 491 *pa++ = lastx - a0; \ [all …]
|
/reactos/dll/3rdparty/libtiff/ |
H A D | tif_fax3.c | 205 a0, lastx); in Fax3BadLength() 207 #define badlength(a0,lastx) Fax3BadLength(module, tif, sp->line, a0, lastx) argument 247 (*sp->fill)(buf, thisrun, pa, lastx); in Fax3Decode1D() 255 (*sp->fill)(buf, thisrun, pa, lastx); in Fax3Decode1D() 302 (*sp->fill)(buf, thisrun, pa, lastx); in Fax3Decode2D() 312 (*sp->fill)(buf, thisrun, pa, lastx); in Fax3Decode2D() 410 if (x+run > lastx || run > lastx ) in _TIFFFax3fillruns() 411 run = runs[0] = (uint32) (lastx - x); in _TIFFFax3fillruns() 445 if (x+run > lastx || run > lastx ) in _TIFFFax3fillruns() 446 run = runs[1] = lastx - x; in _TIFFFax3fillruns() [all …]
|