Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_tile.c43 uint32 dz = td->td_tiledepth; in TIFFComputeTile()
120 uint32 dz = td->td_tiledepth; in TIFFNumberOfTiles()
206 td->td_tiledepth == 0) in TIFFVTileSize64()
Dtif_dir.h70 uint32 td_tilewidth, td_tilelength, td_tiledepth; member
Dtif_aux.c247 *va_arg(ap, uint32 *) = td->td_tiledepth; in TIFFVGetFieldDefaulted()
Dtif_dir.c402 td->td_tiledepth = v32; in _TIFFVSetField()
1028 *va_arg(ap, uint32*) = td->td_tiledepth; in _TIFFVGetField()
1370 td->td_tiledepth = 1; in TIFFDefaultDirectory()
Dtif_print.c280 (unsigned long) td->td_tiledepth); in TIFFPrintDirectory()
Dtif_dirwrite.c605 if (!TIFFWriteDirectoryTagLong(tif,&ndir,dir,TIFFTAG_TILEDEPTH,tif->tif_dir.td_tiledepth)) in TIFFWriteDirectorySec()
Dtif_dirread.c3630 tif->tif_dir.td_tiledepth = tif->tif_dir.td_imagedepth; in TIFFReadDirectory()