Home
last modified time | relevance | path

Searched refs:is1D (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/3rdparty/libtiff/
H A Dtif_fax3.c271 int is1D; /* current line is 1d/2d-encoded */ in Fax3Decode2D() local
289 is1D = GetBits(1); /* 1D/2D-encoding tag bit */ in Fax3Decode2D()
293 is1D ? "1D" : "2D", tif->tif_row); in Fax3Decode2D()
298 if (is1D) in Fax3Decode2D()