• Home
  • Raw
  • Download

Lines Matching refs:photometric

80 	uint16 photometric;  in TIFFRGBAImageOK()  local
104 if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &photometric)) { in TIFFRGBAImageOK()
107 photometric = PHOTOMETRIC_MINISBLACK; in TIFFRGBAImageOK()
110 photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageOK()
117 switch (photometric) { in TIFFRGBAImageOK()
127 photoTag, photometric, in TIFFRGBAImageOK()
210 photoTag, photometric); in TIFFRGBAImageOK()
330 if( !TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &img->photometric)) in TIFFRGBAImageBegin()
331 img->photometric = PHOTOMETRIC_MINISWHITE; in TIFFRGBAImageBegin()
335 && img->photometric == PHOTOMETRIC_RGB ) in TIFFRGBAImageBegin()
345 if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &img->photometric)) { in TIFFRGBAImageBegin()
349 img->photometric = PHOTOMETRIC_MINISWHITE; in TIFFRGBAImageBegin()
351 img->photometric = PHOTOMETRIC_MINISBLACK; in TIFFRGBAImageBegin()
354 img->photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageBegin()
361 switch (img->photometric) { in TIFFRGBAImageBegin()
392 photoTag, img->photometric, in TIFFRGBAImageBegin()
411 img->photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageBegin()
454 img->photometric = PHOTOMETRIC_MINISBLACK; /* little white lie */ in TIFFRGBAImageBegin()
469 img->photometric = PHOTOMETRIC_RGB; /* little white lie */ in TIFFRGBAImageBegin()
476 photoTag, img->photometric); in TIFFRGBAImageBegin()
814 switch( img->photometric ) in gtTileSeparate()
1075 switch( img->photometric ) in gtStripSeparate()
2478 if (img->photometric == PHOTOMETRIC_MINISWHITE) { in setupMap()
2486 (img->photometric == PHOTOMETRIC_MINISBLACK || in setupMap()
2487 img->photometric == PHOTOMETRIC_MINISWHITE)) { in setupMap()
2598 switch (img->photometric) { in buildMap()
2638 switch (img->photometric) { in PickContigCase()
2793 switch (img->photometric) { in PickSeparateCase()