Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiff.h199 #define PHOTOMETRIC_PALETTE 3 /* color map indexed */ macro
Dtif_getimage.c118 case PHOTOMETRIC_PALETTE: in TIFFRGBAImageOK()
360 case PHOTOMETRIC_PALETTE: in TIFFRGBAImageBegin()
815 case PHOTOMETRIC_PALETTE: in gtTileSeparate()
1085 case PHOTOMETRIC_PALETTE: in gtStripSeparate()
2629 case PHOTOMETRIC_PALETTE: in buildMap()
2705 case PHOTOMETRIC_PALETTE: in PickContigCase()
Dtif_jpeg.c1816 case PHOTOMETRIC_PALETTE: /* disallowed by Tech Note */ in JPEGSetupEncode()
Dtif_dirread.c3506 case PHOTOMETRIC_PALETTE: in _TIFFGetMaxColorChannels()
4145 if (tif->tif_dir.td_photometric == PHOTOMETRIC_PALETTE && in TIFFReadDirectory()
/external/ImageMagick/coders/
Dtiff.c1380 case PHOTOMETRIC_PALETTE: in ReadTIFFImage()
1592 if ((photometric == PHOTOMETRIC_PALETTE) && in ReadTIFFImage()
3596 photometric=PHOTOMETRIC_PALETTE; in WriteTIFFImage()
4087 case PHOTOMETRIC_PALETTE: in WriteTIFFImage()
4136 if (photometric != PHOTOMETRIC_PALETTE) in WriteTIFFImage()
4142 if (photometric != PHOTOMETRIC_PALETTE) in WriteTIFFImage()
/external/pdfium/core/fxcodec/tiff/
Dtiffmodule.cpp306 if (photometric != PHOTOMETRIC_PALETTE) { in IsSupport()