Searched refs:td_imagedepth (Results 1 – 14 of 14) sorted by relevance
/external/opencv3/3rdparty/libtiff/ |
D | tif_tile.c | 46 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()
|
D | tif_dir.h | 69 uint32 td_imagewidth, td_imagelength, td_imagedepth; member
|
D | tif_aux.c | 245 *va_arg(ap, uint32 *) = td->td_imagedepth; in TIFFVGetFieldDefaulted()
|
D | tif_dir.c | 391 td->td_imagedepth = (uint32) va_arg(ap, uint32); in _TIFFVSetField() 970 *va_arg(ap, uint32*) = td->td_imagedepth; in _TIFFVGetField() 1294 td->td_imagedepth = 1; in TIFFDefaultDirectory()
|
D | tif_print.c | 271 (unsigned long) td->td_imagedepth); in TIFFPrintDirectory()
|
D | tif_dirwrite.c | 587 … if (!TIFFWriteDirectoryTagLong(tif,&ndir,dir,TIFFTAG_IMAGEDEPTH,tif->tif_dir.td_imagedepth)) in TIFFWriteDirectorySec()
|
D | tif_dirread.c | 3632 tif->tif_dir.td_tiledepth = tif->tif_dir.td_imagedepth; in TIFFReadDirectory()
|
/external/pdfium/third_party/libtiff/ |
D | tif_tile.c | 46 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()
|
D | tif_dir.h | 69 uint32 td_imagewidth, td_imagelength, td_imagedepth; member
|
D | tif_aux.c | 245 *va_arg(ap, uint32 *) = td->td_imagedepth; in TIFFVGetFieldDefaulted()
|
D | tif_dir.c | 399 td->td_imagedepth = (uint32) va_arg(ap, uint32); in _TIFFVSetField() 990 *va_arg(ap, uint32*) = td->td_imagedepth; in _TIFFVGetField() 1314 td->td_imagedepth = 1; in TIFFDefaultDirectory()
|
D | tif_print.c | 273 (unsigned long) td->td_imagedepth); in TIFFPrintDirectory()
|
D | tif_dirwrite.c | 587 if (!TIFFWriteDirectoryTagLong(tif,&ndir,dir,TIFFTAG_IMAGEDEPTH,tif->tif_dir.td_imagedepth)) in TIFFWriteDirectorySec()
|
D | tif_dirread.c | 3613 tif->tif_dir.td_tiledepth = tif->tif_dir.td_imagedepth; in TIFFReadDirectory()
|