Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiff.h197 #define PHOTOMETRIC_PALETTE 3 /* color map indexed */ macro
Dtif_getimage.c115 case PHOTOMETRIC_PALETTE: in TIFFRGBAImageOK()
333 case PHOTOMETRIC_PALETTE: in TIFFRGBAImageBegin()
771 case PHOTOMETRIC_PALETTE: in gtTileSeparate()
1019 case PHOTOMETRIC_PALETTE: in gtStripSeparate()
2479 case PHOTOMETRIC_PALETTE: in buildMap()
2551 case PHOTOMETRIC_PALETTE: in PickContigCase()
Dtif_jpeg.c1659 case PHOTOMETRIC_PALETTE: /* disallowed by Tech Note */ in JPEGSetupEncode()
Dtif_dirread.c3880 if (tif->tif_dir.td_photometric == PHOTOMETRIC_PALETTE && in TIFFReadDirectory()
/external/ImageMagick/coders/
Dtiff.c1235 case PHOTOMETRIC_PALETTE: in ReadTIFFImage()
1491 if ((photometric == PHOTOMETRIC_PALETTE) && in ReadTIFFImage()
3388 photometric=PHOTOMETRIC_PALETTE; in WriteTIFFImage()
3848 case PHOTOMETRIC_PALETTE: in WriteTIFFImage()
3889 if (photometric != PHOTOMETRIC_PALETTE) in WriteTIFFImage()
3895 if (photometric != PHOTOMETRIC_PALETTE) in WriteTIFFImage()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_tiff.cpp349 if (photometric != PHOTOMETRIC_PALETTE) { in isSupport()