• Home
  • Raw
  • Download

Lines Matching refs:photometric

79 	uint16 photometric;  in TIFFRGBAImageOK()  local
99 if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &photometric)) { in TIFFRGBAImageOK()
102 photometric = PHOTOMETRIC_MINISBLACK; in TIFFRGBAImageOK()
105 photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageOK()
112 switch (photometric) { in TIFFRGBAImageOK()
122 photoTag, photometric, in TIFFRGBAImageOK()
205 photoTag, photometric); in TIFFRGBAImageOK()
301 if( !TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &img->photometric)) in TIFFRGBAImageBegin()
302 img->photometric = PHOTOMETRIC_MINISWHITE; in TIFFRGBAImageBegin()
306 && img->photometric == PHOTOMETRIC_RGB ) in TIFFRGBAImageBegin()
316 if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &img->photometric)) { in TIFFRGBAImageBegin()
320 img->photometric = PHOTOMETRIC_MINISWHITE; in TIFFRGBAImageBegin()
322 img->photometric = PHOTOMETRIC_MINISBLACK; in TIFFRGBAImageBegin()
325 img->photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageBegin()
332 switch (img->photometric) { in TIFFRGBAImageBegin()
363 photoTag, img->photometric, in TIFFRGBAImageBegin()
382 img->photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageBegin()
425 img->photometric = PHOTOMETRIC_MINISBLACK; /* little white lie */ in TIFFRGBAImageBegin()
440 img->photometric = PHOTOMETRIC_RGB; /* little white lie */ in TIFFRGBAImageBegin()
447 photoTag, img->photometric); in TIFFRGBAImageBegin()
767 switch( img->photometric ) in gtTileSeparate()
1015 switch( img->photometric ) in gtStripSeparate()
2348 if (img->photometric == PHOTOMETRIC_MINISWHITE) { in setupMap()
2356 (img->photometric == PHOTOMETRIC_MINISBLACK || in setupMap()
2357 img->photometric == PHOTOMETRIC_MINISWHITE)) { in setupMap()
2467 switch (img->photometric) { in buildMap()
2507 switch (img->photometric) { in PickContigCase()
2658 switch (img->photometric) { in PickSeparateCase()