Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtiff/
H A Dtif_getimage.c107 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()
H A Dtif_dirread.c3510 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()
H A Dtif_jpeg.c1754 else if (td->td_photometric == PHOTOMETRIC_RGB && td->td_samplesperpixel == 3) in JPEGSetupEncode()
/reactos/sdk/include/reactos/libs/libtiff/
H A Dtiff.h198 #define PHOTOMETRIC_RGB 2 /* RGB color model */ macro