/external/ImageMagick/coders/ |
dcm.c | 3029 photometric[MagickPathExtent]; local [all...] |
tiff.c | 1016 static TIFFMethodType GetJPEGMethod(Image* image,TIFF *tiff,uint16 photometric 1292 photometric, local 1369 photometric=PHOTOMETRIC_RGB; local 3464 photometric, local [all...] |
/external/pdfium/third_party/libtiff/ |
tif_getimage.c | 80 uint16 photometric; local 104 if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &photometric)) { 107 photometric = PHOTOMETRIC_MINISBLACK; 110 photometric = PHOTOMETRIC_RGB; 117 switch (photometric) { 127 photoTag, photometric, 210 photoTag, photometric); 330 if( !TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &img->photometric)) 331 img->photometric = PHOTOMETRIC_MINISWHITE; 335 && img->photometric == PHOTOMETRIC_RGB [all...] |
tiffio.h | 210 uint16 photometric; /* image photometric interp */ member in struct:_TIFFRGBAImage
|
tif_jpeg.c | 164 uint16 photometric; /* copy of PhotometricInterpretation */ member in struct:__anon35339 995 sp->photometric = td->td_photometric; 996 switch (sp->photometric) { [all...] |