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) {
322 if (strip >= td->td_nstrips) {
391 if (tile >= td->td_nstrips) {
393 (unsigned long) tile, (unsigned long) td->td_nstrips);
513 if (tile >= tif->tif_dir.td_nstrips) {
516 (unsigned long) tif->tif_dir.td_nstrips);
539 td->td_nstrips = td->td_stripsperimage;
543 _TIFFmalloc(td->td_nstrips * sizeof (uint64));
545 _TIFFmalloc(td->td_nstrips * sizeof (uint64))
    [all...]
tif_read.c 460 if (strip>=td->td_nstrips)
464 (unsigned long)td->td_nstrips);
700 if (strip >= td->td_nstrips) {
704 (unsigned long) td->td_nstrips);
963 if (tile >= td->td_nstrips) {
966 (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:__anon31494
tif_dirread.c     [all...]
tif_print.c 664 (unsigned long) td->td_nstrips,
666 for (s = 0; s < td->td_nstrips; s++)
tif_dirwrite.c 533 if (!TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_STRIPBYTECOUNTS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripbytecount))
538 if (!TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_TILEBYTECOUNTS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripbytecount))
558 !TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_STRIPOFFSETS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripoffset))
563 if (!TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_TILEOFFSETS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripoffset))
    [all...]
tif_ojpeg.c     [all...]

Completed in 215 milliseconds