HomeSort by relevance Sort by last modified time
    Searched refs:td_nstrips (Results 1 - 8 of 8) sorted by null

  /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:__anon29468
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...]

Completed in 181 milliseconds