Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_luv.c1286 assert(td->td_photometric == PHOTOMETRIC_LOGL); in LogL16InitState()
1477 case PHOTOMETRIC_LOGL: in LogLuvSetupDecode()
1540 case PHOTOMETRIC_LOGL: in LogLuvSetupEncode()
1565 td->td_photometric == PHOTOMETRIC_LOGL ? "Y, L" : "XYZ, Luv"); in LogLuvSetupEncode()
1589 (td->td_photometric == PHOTOMETRIC_LOGL) ? 1 : 3; in LogLuvClose()
Dtiff.h207 #define PHOTOMETRIC_LOGL 32844 /* CIE Log2(L) */ macro
Dtif_print.c351 case PHOTOMETRIC_LOGL: in TIFFPrintDirectory()
Dtif_getimage.c169 case PHOTOMETRIC_LOGL: in TIFFRGBAImageOK()
445 case PHOTOMETRIC_LOGL: in TIFFRGBAImageBegin()
Dtif_dirread.c3520 case PHOTOMETRIC_LOGL: in _TIFFGetMaxColorChannels()
/external/ImageMagick/coders/
Dtiff.c1395 case PHOTOMETRIC_LOGL: in ReadTIFFImage()
2154 if ((photometric == PHOTOMETRIC_LOGL) || in ReadTIFFImage()