Home
last modified time | relevance | path

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

/dports/print/panda/panda-0.5.4/
H A Dimages.c436 uint16 tiffResponse16, compression, fillorder; in panda_insertTIFF() local
456 if (TIFFGetField (image, TIFFTAG_BITSPERSAMPLE, &tiffResponse16) != 0) in panda_insertTIFF()
458 panda_integervalue, tiffResponse16); in panda_insertTIFF()
464 if (TIFFGetField (image, TIFFTAG_SAMPLESPERPIXEL, &tiffResponse16) == 0) in panda_insertTIFF()
469 switch (tiffResponse16) in panda_insertTIFF()