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 350 if (td->td_photometric < NPHOTONAMES)
351 fprintf(fd, "%s\n", photoNames[td->td_photometric]);
353 switch (td->td_photometric) {
362 td->td_photometric, td->td_photometric);
tif_dir.h 75 uint16 td_photometric; member in struct:__anon29468
tif_strip.c 85 (td->td_photometric == PHOTOMETRIC_YCBCR)&&
281 if ((td->td_photometric==PHOTOMETRIC_YCBCR)&&
tif_luv.c 1277 assert(td->td_photometric == PHOTOMETRIC_LOGL);
    [all...]
tif_tile.c 209 (td->td_photometric==PHOTOMETRIC_YCBCR)&&
tif_jpeg.c 708 if ((tif->tif_dir.td_photometric==PHOTOMETRIC_YCBCR)&&
993 sp->photometric = td->td_photometric;
    [all...]
tif_aux.c 139 if (td->td_photometric == PHOTOMETRIC_YCBCR) {
tif_dirread.c     [all...]
tif_dir.c 235 td->td_photometric = (uint16) va_arg(ap, uint16_vap);
868 *va_arg(ap, uint16*) = td->td_photometric;
    [all...]
tif_ojpeg.c     [all...]
tif_dirwrite.c 475 if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_PHOTOMETRIC,tif->tif_dir.td_photometric))
    [all...]

Completed in 421 milliseconds