Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/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.c245 *va_arg(ap, uint32 *) = td->td_imagedepth; in TIFFVGetFieldDefaulted()
Dtif_dir.c391 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()
Dtif_print.c271 (unsigned long) td->td_imagedepth); in TIFFPrintDirectory()
Dtif_dirwrite.c587 … if (!TIFFWriteDirectoryTagLong(tif,&ndir,dir,TIFFTAG_IMAGEDEPTH,tif->tif_dir.td_imagedepth)) in TIFFWriteDirectorySec()
Dtif_dirread.c3632 tif->tif_dir.td_tiledepth = tif->tif_dir.td_imagedepth; in TIFFReadDirectory()
/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.c245 *va_arg(ap, uint32 *) = td->td_imagedepth; in TIFFVGetFieldDefaulted()
Dtif_dir.c399 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()
Dtif_print.c273 (unsigned long) td->td_imagedepth); in TIFFPrintDirectory()
Dtif_dirwrite.c587 if (!TIFFWriteDirectoryTagLong(tif,&ndir,dir,TIFFTAG_IMAGEDEPTH,tif->tif_dir.td_imagedepth)) in TIFFWriteDirectorySec()
Dtif_dirread.c3613 tif->tif_dir.td_tiledepth = tif->tif_dir.td_imagedepth; in TIFFReadDirectory()