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

  /external/pdfium/third_party/libtiff/
tif_tile.c 46 if (td->td_imagedepth == 1)
53 dz = td->td_imagedepth;
57 uint32 zpt = TIFFhowmany_32(td->td_imagedepth, dz);
93 if (z >= td->td_imagedepth) {
97 (unsigned long) (td->td_imagedepth - 1));
128 dz = td->td_imagedepth;
133 TIFFhowmany_32(td->td_imagedepth, dz), "TIFFNumberOfTiles");
tif_dir.h 69 uint32 td_imagewidth, td_imagelength, td_imagedepth; member in struct:__anon29468
tif_aux.c 245 *va_arg(ap, uint32 *) = td->td_imagedepth;
tif_dir.c 399 td->td_imagedepth = (uint32) va_arg(ap, uint32);
998 *va_arg(ap, uint32*) = td->td_imagedepth;
    [all...]
tif_print.c 273 (unsigned long) td->td_imagedepth);
tif_dirwrite.c 587 if (!TIFFWriteDirectoryTagLong(tif,&ndir,dir,TIFFTAG_IMAGEDEPTH,tif->tif_dir.td_imagedepth))
    [all...]
tif_dirread.c     [all...]

Completed in 284 milliseconds