HomeSort by relevance Sort by last modified time
    Searched refs:td_photometric (Results 1 - 11 of 11) sorted by null

  /external/pdfium/third_party/libtiff/
tif_print.c 349 if (td->td_photometric < NPHOTONAMES)
350 fprintf(fd, "%s\n", photoNames[td->td_photometric]);
352 switch (td->td_photometric) {
361 td->td_photometric, td->td_photometric);
tif_dir.h 75 uint16 td_photometric; member in struct:__anon35331
tif_strip.c 85 (td->td_photometric == PHOTOMETRIC_YCBCR)&&
281 if ((td->td_photometric==PHOTOMETRIC_YCBCR)&&
tif_luv.c 1287 assert(td->td_photometric == PHOTOMETRIC_LOGL);
    [all...]
tif_tile.c 209 (td->td_photometric==PHOTOMETRIC_YCBCR)&&
tif_jpeg.c 709 if ((tif->tif_dir.td_photometric==PHOTOMETRIC_YCBCR)&&
995 sp->photometric = td->td_photometric;
    [all...]
tif_aux.c 143 if (td->td_photometric == PHOTOMETRIC_YCBCR) {
tif_dirread.c     [all...]
tif_dir.c 247 td->td_photometric = (uint16) va_arg(ap, uint16_vap);
920 *va_arg(ap, uint16*) = td->td_photometric;
    [all...]
tif_ojpeg.c     [all...]
tif_dirwrite.c 476 if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_PHOTOMETRIC,tif->tif_dir.td_photometric))
    [all...]

Completed in 84 milliseconds