Home
last modified time | relevance | path

Searched refs:td_imagedepth (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_tile.c46 if (td->td_imagedepth == 1) in TIFFComputeTile()
53 dz = td->td_imagedepth; in TIFFComputeTile()
57 uint32 zpt = TIFFhowmany_32(td->td_imagedepth, dz); in TIFFComputeTile()
93 if (z >= td->td_imagedepth) { in TIFFCheckTile()
97 (unsigned long) (td->td_imagedepth - 1)); in TIFFCheckTile()
128 dz = td->td_imagedepth; in TIFFNumberOfTiles()
133 TIFFhowmany_32(td->td_imagedepth, dz), "TIFFNumberOfTiles"); in TIFFNumberOfTiles()
Dtif_dir.h69 uint32 td_imagewidth, td_imagelength, td_imagedepth; member
Dtif_aux.c256 *va_arg(ap, uint32 *) = td->td_imagedepth; in TIFFVGetFieldDefaulted()
Dtif_dir.c433 td->td_imagedepth = (uint32) va_arg(ap, uint32); in _TIFFVSetField()
1050 *va_arg(ap, uint32*) = td->td_imagedepth; in _TIFFVGetField()
1374 td->td_imagedepth = 1; in TIFFDefaultDirectory()
Dtif_print.c272 (unsigned long) td->td_imagedepth); in TIFFPrintDirectory()
Dtif_dirwrite.c600 if (!TIFFWriteDirectoryTagLong(tif,&ndir,dir,TIFFTAG_IMAGEDEPTH,tif->tif_dir.td_imagedepth)) in TIFFWriteDirectorySec()
Dtif_dirread.c3630 tif->tif_dir.td_tiledepth = tif->tif_dir.td_imagedepth; in TIFFReadDirectory()