Home
last modified time | relevance | path

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

/libtiff-4.0.7/contrib/dbs/xtiff/
H A Dxtiff.c242 uint16 tfBitsPerSample, tfSamplesPerPixel, tfPlanarConfiguration, variable
419 TIFFGetFieldDefaulted(tfFile, TIFFTAG_BITSPERSAMPLE, &tfBitsPerSample); in GetTIFFHeader()
425 colormapSize = 1 << tfBitsPerSample; in GetTIFFHeader()
426 tfImageDepth = tfBitsPerSample * tfSamplesPerPixel; in GetTIFFHeader()
441 else if (tfBitsPerSample == 1) in GetTIFFHeader()