/external/opencv3/3rdparty/libtiff/ |
tif_flush.c | 57 tif->tif_dir.td_nstrips, offsets ) 59 tif->tif_dir.td_nstrips, sizes ) ) 71 tif->tif_dir.td_nstrips, offsets ) 73 tif->tif_dir.td_nstrips, sizes ) )
|
tif_write.c | 101 if (strip >= td->td_nstrips && !TIFFGrowStrips(tif, 1, module)) 201 if (strip >= td->td_nstrips) { 285 if (strip >= td->td_nstrips) { 349 if (tile >= td->td_nstrips) { 351 (unsigned long) tile, (unsigned long) td->td_nstrips); 435 if (tile >= tif->tif_dir.td_nstrips) { 438 (unsigned long) tif->tif_dir.td_nstrips); 461 td->td_nstrips = td->td_stripsperimage; 465 _TIFFmalloc(td->td_nstrips * sizeof (uint64)); 467 _TIFFmalloc(td->td_nstrips * sizeof (uint64)) [all...] |
tif_read.c | 329 if (strip>=td->td_nstrips) 333 (unsigned long)td->td_nstrips); 447 if (strip >= td->td_nstrips) { 451 (unsigned long) td->td_nstrips); 658 if (tile >= td->td_nstrips) { 661 (unsigned long) tile, (unsigned long) td->td_nstrips); 764 if (tile >= td->td_nstrips) { 767 (unsigned long) tile, (unsigned long) td->td_nstrips); [all...] |
tif_dir.h | 94 * of striles (=strips or tiles) per plane, and td_nstrips the total 97 uint32 td_nstrips; /* size of offset & bytecount arrays */ member in struct:__anon21817
|
tif_dirread.c | [all...] |
tif_print.c | 656 (long) td->td_nstrips, 658 for (s = 0; s < td->td_nstrips; s++)
|
tif_dirwrite.c | 532 if (!TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_STRIPBYTECOUNTS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripbytecount)) 537 if (!TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_TILEBYTECOUNTS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripbytecount)) 545 if (!TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_STRIPOFFSETS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripoffset)) 550 if (!TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_TILEOFFSETS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripoffset)) [all...] |
tif_ojpeg.c | [all...] |
/external/pdfium/third_party/libtiff/ |
tif_flush.c | 57 tif->tif_dir.td_nstrips, offsets ) 59 tif->tif_dir.td_nstrips, sizes ) ) 71 tif->tif_dir.td_nstrips, offsets ) 73 tif->tif_dir.td_nstrips, sizes ) )
|
tif_write.c | 101 if (strip >= td->td_nstrips && !TIFFGrowStrips(tif, 1, module)) 205 if (strip >= td->td_nstrips) { 305 if (strip >= td->td_nstrips) { 374 if (tile >= td->td_nstrips) { 376 (unsigned long) tile, (unsigned long) td->td_nstrips); 479 if (tile >= tif->tif_dir.td_nstrips) { 482 (unsigned long) tif->tif_dir.td_nstrips); 505 td->td_nstrips = td->td_stripsperimage; 509 _TIFFmalloc(td->td_nstrips * sizeof (uint64)); 511 _TIFFmalloc(td->td_nstrips * sizeof (uint64)) [all...] |
tif_read.c | 329 if (strip>=td->td_nstrips) 333 (unsigned long)td->td_nstrips); 447 if (strip >= td->td_nstrips) { 451 (unsigned long) td->td_nstrips); 658 if (tile >= td->td_nstrips) { 661 (unsigned long) tile, (unsigned long) td->td_nstrips); 764 if (tile >= td->td_nstrips) { 767 (unsigned long) tile, (unsigned long) td->td_nstrips); [all...] |
tif_dir.h | 94 * of striles (=strips or tiles) per plane, and td_nstrips the total 97 uint32 td_nstrips; /* size of offset & bytecount arrays */ member in struct:__anon23096
|
tif_dirread.c | [all...] |
tif_print.c | 658 (long) td->td_nstrips, 660 for (s = 0; s < td->td_nstrips; s++)
|
tif_dirwrite.c | 532 if (!TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_STRIPBYTECOUNTS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripbytecount)) 537 if (!TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_TILEBYTECOUNTS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripbytecount)) 545 if (!TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_STRIPOFFSETS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripoffset)) 550 if (!TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_TILEOFFSETS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripoffset)) [all...] |
tif_ojpeg.c | [all...] |