Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_luv.c1287 assert(td->td_photometric == PHOTOMETRIC_LOGL); in LogL16InitState()
1476 case PHOTOMETRIC_LOGL: in LogLuvSetupDecode()
1539 case PHOTOMETRIC_LOGL: in LogLuvSetupEncode()
1564 td->td_photometric == PHOTOMETRIC_LOGL ? "Y, L" : "XYZ, Luv"); in LogLuvSetupEncode()
1588 (td->td_photometric == PHOTOMETRIC_LOGL) ? 1 : 3; in LogLuvClose()
Dtiff.h205 #define PHOTOMETRIC_LOGL 32844 /* CIE Log2(L) */ macro
Dtif_print.c353 case PHOTOMETRIC_LOGL: in TIFFPrintDirectory()
Dtif_getimage.c171 case PHOTOMETRIC_LOGL: in TIFFRGBAImageOK()
447 case PHOTOMETRIC_LOGL: in TIFFRGBAImageBegin()
/external/ImageMagick/coders/
Dtiff.c1423 case PHOTOMETRIC_LOGL: in ReadTIFFImage()
2243 if ((photometric == PHOTOMETRIC_LOGL) || in ReadTIFFImage()