Home
last modified time | relevance | path

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

/libtiff-4.0.7/contrib/dbs/xtiff/
H A Dxtiff.c244 tfImageDepth, tfBytesPerRow; variable
426 tfImageDepth = tfBitsPerSample * tfSamplesPerPixel; in GetTIFFHeader()
585 switch (tfImageDepth) { in GetVisual()
652 if (tfImageDepth == 8) in GetVisual()
674 fprintf(stderr, "xtiff: unsupported image depth %d\n", tfImageDepth); in GetVisual()
747 if ((tfImageDepth == 32) || (tfImageDepth == 24)) { in GetTIFFImage()
799 if (xImageDepth == tfImageDepth) { in GetTIFFImage()
807 } else if ((xImageDepth == 8) && (tfImageDepth == 4)) { in GetTIFFImage()
827 } else if ((xImageDepth == 8) && (tfImageDepth == 2)) { in GetTIFFImage()
844 } else if ((xImageDepth == 4) && (tfImageDepth == 2)) { in GetTIFFImage()
[all …]