Searched refs:PHOTOMETRIC_RGB (Results 1 – 4 of 4) sorted by relevance
107 photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageOK()143 case PHOTOMETRIC_RGB: in TIFFRGBAImageOK()332 && img->photometric == PHOTOMETRIC_RGB ) in TIFFRGBAImageBegin()351 img->photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageBegin()408 img->photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageBegin()421 case PHOTOMETRIC_RGB: in TIFFRGBAImageBegin()466 img->photometric = PHOTOMETRIC_RGB; /* little white lie */ in TIFFRGBAImageBegin()2580 case PHOTOMETRIC_RGB: in buildMap()2620 case PHOTOMETRIC_RGB: in PickContigCase()2778 case PHOTOMETRIC_RGB: in PickSeparateCase()
3510 case PHOTOMETRIC_RGB: in _TIFFGetMaxColorChannels()4059 else if (tif->tif_dir.td_photometric==PHOTOMETRIC_RGB) in TIFFReadDirectory()4075 if (tif->tif_dir.td_photometric==PHOTOMETRIC_RGB) in TIFFReadDirectory()4140 tif->tif_dir.td_photometric = PHOTOMETRIC_RGB; in TIFFReadDirectory()
1754 else if (td->td_photometric == PHOTOMETRIC_RGB && td->td_samplesperpixel == 3) in JPEGSetupEncode()
198 #define PHOTOMETRIC_RGB 2 /* RGB color model */ macro