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.c44 if (td->td_imagedepth == 1) in TIFFComputeTile()
51 dz = td->td_imagedepth; in TIFFComputeTile()
55 uint32 zpt = TIFFhowmany_32(td->td_imagedepth, dz); in TIFFComputeTile()
91 if (z >= td->td_imagedepth) { in TIFFCheckTile()
95 (unsigned long) (td->td_imagedepth - 1)); in TIFFCheckTile()
126 dz = td->td_imagedepth; in TIFFNumberOfTiles()
131 TIFFhowmany_32(td->td_imagedepth, dz), "TIFFNumberOfTiles"); in TIFFNumberOfTiles()
Dtif_dir.h72 uint32 td_imagewidth, td_imagelength, td_imagedepth; member
Dtif_aux.c290 *va_arg(ap, uint32 *) = td->td_imagedepth; in TIFFVGetFieldDefaulted()
Dtif_dir.c447 td->td_imagedepth = (uint32) va_arg(ap, uint32); in _TIFFVSetField()
1066 *va_arg(ap, uint32*) = td->td_imagedepth; in _TIFFVGetField()
1394 td->td_imagedepth = 1; in TIFFDefaultDirectory()
Dtif_print.c270 (unsigned long) td->td_imagedepth); in TIFFPrintDirectory()
Dtif_dirwrite.c642 if (!TIFFWriteDirectoryTagLong(tif,&ndir,dir,TIFFTAG_IMAGEDEPTH,tif->tif_dir.td_imagedepth)) in TIFFWriteDirectorySec()
Dtif_dirread.c3799 tif->tif_dir.td_tiledepth = tif->tif_dir.td_imagedepth; in TIFFReadDirectory()