Searched refs:td_imagedepth (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_tile.c | 44 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()
|
D | tif_dir.h | 72 uint32 td_imagewidth, td_imagelength, td_imagedepth; member
|
D | tif_aux.c | 290 *va_arg(ap, uint32 *) = td->td_imagedepth; in TIFFVGetFieldDefaulted()
|
D | tif_dir.c | 447 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()
|
D | tif_print.c | 270 (unsigned long) td->td_imagedepth); in TIFFPrintDirectory()
|
D | tif_dirwrite.c | 642 if (!TIFFWriteDirectoryTagLong(tif,&ndir,dir,TIFFTAG_IMAGEDEPTH,tif->tif_dir.td_imagedepth)) in TIFFWriteDirectorySec()
|
D | tif_dirread.c | 3799 tif->tif_dir.td_tiledepth = tif->tif_dir.td_imagedepth; in TIFFReadDirectory()
|